Searched refs:spanp (Results 1 – 12 of 12) sorted by relevance
44 char *spanp, *tok; in pcapint_strtok_r() local55 for (spanp = (char *)delim; (sc = *spanp++) != 0;) { in pcapint_strtok_r()72 spanp = (char *)delim; in pcapint_strtok_r()74 if ((sc = *spanp++) == c) { in pcapint_strtok_r()
43 const char *spanp; in strtok() local56 for (spanp = delim; (sc = *spanp++) != 0;) { in strtok()73 spanp = delim; in strtok()75 if ((sc = *spanp++) == c) { in strtok()
53 const char *spanp; in __weak_alias() local69 for (spanp = delim; (sc = *spanp++) != 0;) { in __weak_alias()86 spanp = delim; in __weak_alias()88 if ((sc = *spanp++) == c) { in __weak_alias()
56 const wchar_t *spanp; in wcstok() local72 for (spanp = delim; (sc = *spanp++) != L'\0';) { in wcstok()89 spanp = delim; in wcstok()91 if ((sc = *spanp++) == c) { in wcstok()
67 const char *spanp; in __weak_alias() local86 spanp = delim; in __weak_alias()88 if ((sc = *spanp++) == c) { in __weak_alias()
57 const char *spanp; in strsep() local65 spanp = delim; in strsep()67 if ((sc = *spanp++) == c) { in strsep()
56 const char *spanp; in strsep() local64 spanp = delim; in strsep()66 if ((sc = *spanp++) == c) { in strsep()
51 const char *p = s1, *spanp; in strspn() local62 for (spanp = s2; (sc = *spanp++) != 0;) in strspn()
65 register const char *spanp; in strsep() local73 spanp = delim; in strsep()75 if ((sc = *spanp++) == c) { in strsep()
65 const char *spanp; in strsep() local73 spanp = delim; in strsep()75 if ((sc = *spanp++) == c) { in strsep()
72 const char *spanp; in __weak_alias() local83 spanp = delim; in __weak_alias()85 if ((sc = *spanp++) == c) { in __weak_alias()
2353 const char *spanp; in bozostrnsep() local2363 spanp = delim; in bozostrnsep()2365 if ((sc = *spanp++) == c) { in bozostrnsep()