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