Searched refs:sbegin (Results 1 – 1 of 1) sorted by relevance
409 char *sbegin, *send; in strtok() local411 sbegin = s ? s : ___strtok; in strtok()412 if (!sbegin) { in strtok()415 sbegin += strspn(sbegin,ct); in strtok()416 if (*sbegin == '\0') { in strtok()420 send = strpbrk( sbegin, ct); in strtok()424 return (sbegin); in strtok()442 char *sbegin = *s, *end; in strsep() local444 if (sbegin == NULL) in strsep()447 end = strpbrk(sbegin, ct); in strsep()[all …]
Completed in 4 milliseconds