Searched refs:strsep (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.101.15/libsyscall/wrappers/string/ |
| H A D | strsep.c | 45 strsep(char **stringp, const char *delim) in strsep() function
|
| H A D | strings.h | 75 char *strsep(char **, const char *);
|
| /xnu-11417.101.15/bsd/libkern/ |
| H A D | strsep.c | 79 strsep(char **stringp, const char *delim) in strsep() function
|
| H A D | libkern.h | 157 extern char *strsep(char **, const char *);
|
| /xnu-11417.101.15/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 560 while ((kext = strsep(&bufp, ",")) != NULL) { in kasan_init_dybl()
|
| /xnu-11417.101.15/security/ |
| H A D | mac_base.c | 1048 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 D | project.pbxproj | 312 …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 D | refcnt.c | 163 while ((g = strsep(&refgrp, ",")) != NULL) { in os_ref_log_init()
|
| /xnu-11417.101.15/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 1619 while ((element = strsep(&scratch, ",")) != NULL) { in vfs_exclave_is_enospc_exclave()
|
| /xnu-11417.101.15/bsd/conf/ |
| H A D | files | 117 bsd/libkern/strsep.c standard
|