Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcutils.h142 static inline const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul() function
147 const char *qemu_strchrnul(const char *s, int c);
/openbmc/qemu/monitor/
H A Dhmp-target.c60 p = qemu_strchrnul(p, '|'); in hmp_compare_cmd()
H A Dhmp.c1185 p = qemu_strchrnul(p, '|'); in cmd_completion()
/openbmc/qemu/ui/
H A Dui-hmp-cmds.c364 separator = qemu_strchrnul(keys, '-'); in hmp_sendkey()
/openbmc/qemu/util/
H A Dcutils.c776 const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul() function
H A Dqemu-option.c71 offset = qemu_strchrnul(p, ','); in get_opt_value()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c75 c = qemu_strchrnul(path, '/'); in local_open_nofollow()