Home
last modified time | relevance | path

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

/xnu-11417.101.15/libsyscall/wrappers/string/
H A Dstrsep.c45 strsep(char **stringp, const char *delim) in strsep() argument
52 if ((s = *stringp) == NULL) { in strsep()
65 *stringp = s; in strsep()
/xnu-11417.101.15/bsd/libkern/
H A Dstrsep.c79 strsep(char **stringp, const char *delim) in strsep() argument
86 if ((s = *stringp) == NULL) { in strsep()
99 *stringp = s; in strsep()