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