Home
last modified time | relevance | path

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

/xnu-11417.101.15/libsyscall/wrappers/string/
H A Dstrsep.c48 const char *spanp; in strsep() local
57 spanp = delim; in strsep()
59 if ((sc = *spanp++) == c) { in strsep()
/xnu-11417.101.15/bsd/libkern/
H A Dstrsep.c82 const char *spanp; in strsep() local
91 spanp = delim; in strsep()
93 if ((sc = *spanp++) == c) { in strsep()