Searched refs:strsep (Results 1 – 3 of 3) sorted by relevance
38 while ((name = strsep(&s, ",")) && *name) { in sys_info_parse_param()
508 char *strsep(char **s, const char *ct) in strsep() function522 EXPORT_SYMBOL(strsep);
715 char *token = strsep(&str, ","); in setup_early_mem_profiling()
Completed in 8 milliseconds