Searched refs:spanp (Results 1 – 5 of 5) sorted by relevance
44 const char *spanp; in strtok_r() local56 for (spanp = delim; (sc = *spanp++) != 0;) { in strtok_r()73 spanp = delim; in strtok_r()75 if ((sc = *spanp++) == c) { in strtok_r()
42 const char *p, *spanp; in strcspn() local51 spanp = s2; in strcspn()53 if ((sc = *spanp++) == c) in strcspn()
39 const char *p = s1, *spanp; in strspn() local47 for (spanp = s2; (sc = *spanp++) != 0;) in strspn()
49 const char *spanp; in strsep() local57 spanp = delim; in strsep()59 if ((sc = *spanp++) == c) { in strsep()
44 const wchar_t *spanp; in wcstok() local56 for (spanp = delim; (sc = *spanp++) != L'\0';) { in wcstok()73 spanp = delim; in wcstok()75 if ((sc = *spanp++) == c) { in wcstok()