Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodprobe.c343 static char *strsep_quotes(char **stringp) in strsep_quotes() function
383 while ((kptr = strsep_quotes(&kcmdline)) != NULL) { in parse_and_add_kcmdline_module_options()