Searched refs:stringp (Results 1 – 3 of 3) sorted by relevance
133 char* FAST_FUNC strsep(char **stringp, const char *delim) in strsep() argument135 char *start = *stringp; in strsep()146 *stringp = NULL; in strsep()152 *stringp = ptr + 1; in strsep()
343 static char *strsep_quotes(char **stringp) in strsep_quotes() argument345 char *s, *start = *stringp; in strsep_quotes()363 *stringp = s + 1; in strsep_quotes()365 *stringp = NULL; in strsep_quotes()
615 extern char *strsep(char **stringp, const char *delim) FAST_FUNC;