Searched refs:strsep (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | cut.c | 260 while ((ltok = strsep(&sopt, ",")) != NULL) { in cut_main() 267 ntok = strsep(<ok, "-"); in cut_main()
|
/busybox-1.35.0/libbb/ |
D | platform.c | 133 char* FAST_FUNC strsep(char **stringp, const char *delim) in strsep() function
|
D | update_passwd.c | 254 while ((cp = strsep(&tmp, ",")) != NULL) { in update_passwd()
|
/busybox-1.35.0/modutils/ |
D | modprobe.c | 673 while ((substr = strsep(&options, " ")) != NULL) { in modprobe_main() 677 while ((substr = strsep(&fn, ",")) != NULL) { in modprobe_main()
|
D | modutils.c | 83 while ((tok = strsep(&string, delim)) != NULL) { in string_to_llist()
|
/busybox-1.35.0/loginutils/ |
D | getty.c | 164 while ((cp = strsep(&arg, ",")) != NULL) { in parse_speeds()
|
/busybox-1.35.0/include/ |
D | platform.h | 615 extern char *strsep(char **stringp, const char *delim) FAST_FUNC;
|
/busybox-1.35.0/findutils/ |
D | grep.c | 653 while ((p = strsep(&pattern, "\n")) != NULL) in load_pattern_list()
|
/busybox-1.35.0/init/ |
D | init.c | 457 while ((word = strsep(&next, " \t")) != NULL) { in init_exec()
|