Searched refs:sbegin (Results 1 – 1 of 1) sorted by relevance
386 char *sbegin, *send; in strtok() local388 sbegin = s ? s : ___strtok; in strtok()389 if (!sbegin) { in strtok()392 sbegin += strspn(sbegin,ct); in strtok()393 if (*sbegin == '\0') { in strtok()397 send = strpbrk( sbegin, ct); in strtok()401 return (sbegin); in strtok()419 char *sbegin = *s, *end; in strsep() local421 if (sbegin == NULL) in strsep()424 end = strpbrk(sbegin, ct); in strsep()[all …]