Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dcut.c260 while ((ltok = strsep(&sopt, ",")) != NULL) { in cut_main()
267 ntok = strsep(&ltok, "-"); in cut_main()
/busybox-1.35.0/libbb/
Dplatform.c133 char* FAST_FUNC strsep(char **stringp, const char *delim) in strsep() function
Dupdate_passwd.c254 while ((cp = strsep(&tmp, ",")) != NULL) { in update_passwd()
/busybox-1.35.0/modutils/
Dmodprobe.c673 while ((substr = strsep(&options, " ")) != NULL) { in modprobe_main()
677 while ((substr = strsep(&fn, ",")) != NULL) { in modprobe_main()
Dmodutils.c83 while ((tok = strsep(&string, delim)) != NULL) { in string_to_llist()
/busybox-1.35.0/loginutils/
Dgetty.c164 while ((cp = strsep(&arg, ",")) != NULL) { in parse_speeds()
/busybox-1.35.0/include/
Dplatform.h615 extern char *strsep(char **stringp, const char *delim) FAST_FUNC;
/busybox-1.35.0/findutils/
Dgrep.c653 while ((p = strsep(&pattern, "\n")) != NULL) in load_pattern_list()
/busybox-1.35.0/init/
Dinit.c457 while ((word = strsep(&next, " \t")) != NULL) { in init_exec()