Home
last modified time | relevance | path

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

/xnu-11417.101.15/libsyscall/wrappers/string/
H A Dstrsep.c45 strsep(char **stringp, const char *delim) in strsep() function
H A Dstrings.h75 char *strsep(char **, const char *);
/xnu-11417.101.15/bsd/libkern/
H A Dstrsep.c79 strsep(char **stringp, const char *delim) in strsep() function
H A Dlibkern.h157 extern char *strsep(char **, const char *);
/xnu-11417.101.15/san/memory/
H A Dkasan_dynamic_blacklist.c560 while ((kext = strsep(&bufp, ",")) != NULL) { in kasan_init_dybl()
/xnu-11417.101.15/security/
H A Dmac_base.c1048 while ((element = strsep(&scratch, ",")) != NULL) { in mac_externalize()
1135 while (!error && (element_name = strsep(&textlabels, ",")) != NULL) { in mac_internalize()
/xnu-11417.101.15/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj312 …E4D7E56316F8776300F92D8D /* strsep.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55B16F877…
730 …55B16F8776300F92D8D /* strsep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1196 E4D7E55B16F8776300F92D8D /* strsep.c */,
1465 E4D7E56316F8776300F92D8D /* strsep.c in Sources */,
/xnu-11417.101.15/libkern/os/
H A Drefcnt.c163 while ((g = strsep(&refgrp, ",")) != NULL) { in os_ref_log_init()
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_exclave_fs.c1619 while ((element = strsep(&scratch, ",")) != NULL) { in vfs_exclave_is_enospc_exclave()
/xnu-11417.101.15/bsd/conf/
H A Dfiles117 bsd/libkern/strsep.c standard