Searched refs:ppstr (Results 1 – 1 of 1) sorted by relevance
384 static char* strgets(char *s, int size, const char **ppstr) { in strgets() argument385 if (!ppstr || !*ppstr || **ppstr == '\0' || size < 1) { in strgets()391 s[i] = **ppstr; in strgets()392 (*ppstr)++; in strgets()