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

/darwin-on-arm/xnu/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.h151 extern char *strsep(char **stringp, const char *delim);
/darwin-on-arm/xnu/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, "-");
/darwin-on-arm/xnu/security/
H A Dmac_base.c1208 while ((element = strsep(&scratch, ",")) != NULL) {
1285 while (!error && (element_name = strsep(&textlabels, ",")) != NULL) {
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles164 bsd/libkern/strsep.c standard

Completed in 67 milliseconds