Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcutils.h140 char *qemu_strsep(char **input, const char *delim);
/openbmc/qemu/util/
H A Dcutils.c134 char *qemu_strsep(char **input, const char *delim) in qemu_strsep() function
/openbmc/qemu/hw/nvme/
H A Dns.c448 while ((token = qemu_strsep(&p, ";")) != NULL) { in nvme_ns_init_fdp()
/openbmc/qemu/
H A Dqemu-io-cmds.c167 while (rval && (p = qemu_strsep(&input, " ")) != NULL) { in breakline()