Searched refs:sbegin (Results 1 – 1 of 1) sorted by relevance
279 char *sbegin = *s, *end; in strsep() local281 if (sbegin == NULL) in strsep()284 end = strpbrk(sbegin, ct); in strsep()289 return sbegin; in strsep()
Completed in 3 milliseconds