Searched refs:qemu_strsep (Results 1 – 4 of 4) sorted by relevance
140 char *qemu_strsep(char **input, const char *delim);
134 char *qemu_strsep(char **input, const char *delim) in qemu_strsep() function
448 while ((token = qemu_strsep(&p, ";")) != NULL) { in nvme_ns_init_fdp()
167 while (rval && (p = qemu_strsep(&input, " ")) != NULL) { in breakline()