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

/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrings.h70 char *strsep(char **, const char *);
H A Dstrsep.c41 * If *stringp is NULL, strsep returns NULL.
45 strsep(char **stringp, const char *delim) function
/xnu-2422.115.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.h149 extern char *strsep(char **, const char *);
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetaddrinfo_host.c107 value = strsep(&tmp_ptr, "-");
111 value = strsep(&tmp_ptr, "-");
H A Dgetgrgid.c103 value = strsep(&tmp_ptr, "-");
107 value = strsep(&tmp_ptr, "-");
H A Dgetpwuid.c109 value = strsep(&tmp_ptr, "-");
113 value = strsep(&tmp_ptr, "-");
H A Dmbr_check_membership.c105 value = strsep(&tmp_ptr, "-");
109 value = strsep(&tmp_ptr, "-");
/xnu-2422.115.4/security/
H A Dmac_base.c1208 while ((element = strsep(&scratch, ",")) != NULL) {
1285 while (!error && (element_name = strsep(&textlabels, ",")) != NULL) {
/xnu-2422.115.4/bsd/conf/
H A Dfiles185 bsd/libkern/strsep.c standard

Completed in 40 milliseconds