Searched refs:strsep (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dstrsep.c31 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
34 /* __FBSDID("$FreeBSD: src/sys/libkern/strsep.c,v 1.7 2004/04/07 20:46:10 imp Exp $"); */
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(stringp, delim) function
H A Dlibkern.h150 extern char *strsep(char **stringp, const char *delim);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1194 while ((element = strsep(&elementlist, ",")) != NULL) {
1266 while (!error && (element_name = strsep(&textlabels, ",")) != NULL) {

Completed in 34 milliseconds