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

/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrsep.c34 * strings separated by characters from delim.
37 * delim need not remain constant from call to call.
45 strsep(char **stringp, const char *delim) argument
56 spanp = delim;
/xnu-2422.115.4/bsd/libkern/
H A Dstrsep.c41 * strings separated by characters from delim.
44 * delim need not remain constant from call to call.
51 strsep(stringp, delim)
53 const char *delim;
64 spanp = delim;

Completed in 18 milliseconds