Searched refs:pbegin (Results 1 – 1 of 1) sorted by relevance
189 char *pbegin; in strtok_r() local194 pbegin = str; in strtok_r()198 pbegin = *saveptr; in strtok_r()205 for (;*pbegin && strchr(delim, *pbegin) != NULL; pbegin++); in strtok_r()207 if (!*pbegin) in strtok_r()212 for (pend = pbegin + 1; *pend && strchr(delim, *pend) == NULL; pend++); in strtok_r()224 return pbegin; in strtok_r()
Completed in 2 milliseconds