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

/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrsep.c48 const char *spanp; local
56 spanp = delim;
58 if ((sc = *spanp++) == c) {
/xnu-2782.1.97/bsd/libkern/
H A Dstrsep.c56 const char *spanp; local
64 spanp = delim;
66 if ((sc = *spanp++) == c) {

Completed in 23 milliseconds