/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | strsep.c | 31 char *result = strsep(&p, sep); in strsep_0100() 51 char *result = strsep(&p, sep); in strsep_0200() 71 char *result = strsep(&p, sep); in strsep_0300()
|
D | test_src_functionalext_supplement_string.gni | 35 "strsep",
|
/third_party/alsa-utils/alsactl/ |
D | init_utils_run.c | 55 argv[i] = strsep(&pos, "\'"); in run_program0() 59 argv[i] = strsep(&pos, " "); in run_program0() 187 while ((line = strsep(&pos, "\n"))) in run_program0() 208 while ((line = strsep(&pos, "\n"))) in run_program0()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep() function
|
/third_party/musl/src/string/ |
D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep() function
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | compat.h | 72 extern char *strsep(char **stringp, const char *delim);
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_create.c | 89 while ((token = strsep(&argv[1], ","))) { in main()
|
D | ns_exec.c | 113 while ((token = strsep(&argv[2], ","))) { in main()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | compat.c | 221 char *strsep(char **stringp, const char *delim) { in strsep() function
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_dfu.c | 1017 st = strsep(&envstr, " "); in dfu_ram_init_env() 1028 st = strsep(&envstr, " "); in dfu_ram_init_env() 1034 st = strsep(&envstr, " "); in dfu_ram_init_env() 1041 st = strsep(&envstr, " "); in dfu_ram_init_env()
|
/third_party/toybox/toys/pending/ |
D | klogd.c | 93 if ((line_start = strsep(&start, "\n")) != NULL && start != NULL) used = 0; in klogd_main()
|
D | crontab.c | 89 char *ctoken = strsep(&src, ","), *dtoken; in validate_component() 95 dtoken = strsep(&ctoken, "-"); in validate_component()
|
D | init.c | 147 while ((extracted_token = strsep(&p,":"))) { in parse_inittab() 218 while ((extracted_command = strsep(&next_command," \t"))) { in run_command()
|
D | man.c | 143 if (!(TT.m = strsep(&TT.M, ":"))) return 1; in manpath()
|
D | crond.c | 165 char *ctoken = strsep(&src, ","), *dtoken; in parse_and_fillarray() 171 dtoken = strsep(&ctoken, "-"); in parse_and_fillarray()
|
/third_party/musl/include/ |
D | string.h | 84 char *strsep(char **, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 82 char *strsep(char **, const char *);
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 84 char *strsep(char **, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 82 char *strsep(char **, const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 82 char *strsep(char **, const char *);
|
/third_party/musl/porting/linux/user/src/network/ |
D | lookup_name.c | 537 static char *strsep(char **s, const char *ct) in strsep() function 653 while ((cmd = strsep(¶ms, GROUP_SEPARATOR)) != NULL) { in _predefined_host_parse_host_ips() 654 char* host = strsep(&cmd, SEPARATOR); in _predefined_host_parse_host_ips() 657 while ((ip = strsep(&cmd, SEPARATOR)) != NULL) { in _predefined_host_parse_host_ips()
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 87 strsep(&value, delims); in intel_pt_pmu_value()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_build_id_find_elf.c | 84 while (fd < 0 && (dir = strsep (&paths, ":")) != NULL) in __libdwfl_open_by_build_id()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 82 char *strsep(char **, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 84 char *strsep(char **, const char *);
|