Home
last modified time | relevance | path

Searched refs:spanp (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/missing/
Dstrtok_r.c44 char *spanp, *tok; in pcapint_strtok_r() local
55 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()
/netbsd/src/sys/arch/hpc/stand/libsa/
Dstrtok.cpp43 const char *spanp; in strtok() local
56 for (spanp = delim; (sc = *spanp++) != 0;) { in strtok()
73 spanp = delim; in strtok()
75 if ((sc = *spanp++) == c) { in strtok()
/netbsd/src/lib/libc/string/
Dstrtok_r.c53 const char *spanp; in __weak_alias() local
69 for (spanp = delim; (sc = *spanp++) != 0;) { in __weak_alias()
86 spanp = delim; in __weak_alias()
88 if ((sc = *spanp++) == c) { in __weak_alias()
Dwcstok.c56 const wchar_t *spanp; in wcstok() local
72 for (spanp = delim; (sc = *spanp++) != L'\0';) { in wcstok()
89 spanp = delim; in wcstok()
91 if ((sc = *spanp++) == c) { in wcstok()
Dstresep.c67 const char *spanp; in __weak_alias() local
86 spanp = delim; in __weak_alias()
88 if ((sc = *spanp++) == c) { in __weak_alias()
/netbsd/src/external/bsd/tcpdump/dist/missing/
Dstrsep.c57 const char *spanp; in strsep() local
65 spanp = delim; in strsep()
67 if ((sc = *spanp++) == c) { in strsep()
/netbsd/src/external/bsd/mdocml/dist/
Dcompat_strsep.c56 const char *spanp; in strsep() local
64 spanp = delim; in strsep()
66 if ((sc = *spanp++) == c) { in strsep()
/netbsd/src/sys/arch/ia64/stand/common/
Dstrspn.c51 const char *p = s1, *spanp; in strspn() local
62 for (spanp = s2; (sc = *spanp++) != 0;) in strspn()
/netbsd/src/external/bsd/nvi/dist/clib/
Dstrsep.c65 register const char *spanp; in strsep() local
73 spanp = delim; in strsep()
75 if ((sc = *spanp++) == c) { in strsep()
/netbsd/src/external/bsd/libbind/dist/bsd/
Dstrsep.c65 const char *spanp; in strsep() local
73 spanp = delim; in strsep()
75 if ((sc = *spanp++) == c) { in strsep()
/netbsd/src/common/lib/libc/string/
Dstrsep.c72 const char *spanp; in __weak_alias() local
83 spanp = delim; in __weak_alias()
85 if ((sc = *spanp++) == c) { in __weak_alias()
/netbsd/src/libexec/httpd/
Dbozohttpd.c2353 const char *spanp; in bozostrnsep() local
2363 spanp = delim; in bozostrnsep()
2365 if ((sc = *spanp++) == c) { in bozostrnsep()