Searched refs:stringp (Results 1 – 2 of 2) sorted by relevance
46 strsep(char **stringp, const char *delim) in strsep() argument53 if ((s = *stringp) == NULL) in strsep()64 *stringp = s; in strsep()
438 static char* strsep(char** stringp, const char* delim) { in strsep() argument440 char* ret = *stringp; in strsep()452 *stringp = token; in strsep()