Searched refs:spanp (Results 1 – 8 of 8) sorted by relevance
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()
54 char *spanp, *tok; in __strtok_r() local65 for (spanp = (char *)delim; (sc = *spanp++) != 0;) { in __strtok_r()82 spanp = (char *)delim; in __strtok_r()84 if ((sc = *spanp++) == c) { in __strtok_r()
54 const char *spanp; in strsep() local62 spanp = delim; in strsep()64 if ((sc = *spanp++) == c) { in strsep()
56 const char *spanp; in strsep() local64 spanp = delim; in strsep()66 if ((sc = *spanp++) == c) { in strsep()
62 register const char *spanp; in strsep() local70 spanp = delim; in strsep()72 if ((sc = *spanp++) == c) { in strsep()
56 const char *spanp; local64 spanp = delim;66 if ((sc = *spanp++) == c) {
60 const char *spanp; in stresep() local75 spanp = delim; in stresep()77 if ((sc = *spanp++) == c) { in stresep()
366 const wchar_t *spanp; in mbssep() local377 spanp = delim; in mbssep()379 if ((sc = *spanp++) == c) { in mbssep()