Searched refs:qemu_strchrnul (Results 1 – 7 of 7) sorted by relevance
142 static inline const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul() function147 const char *qemu_strchrnul(const char *s, int c);
60 p = qemu_strchrnul(p, '|'); in hmp_compare_cmd()
1185 p = qemu_strchrnul(p, '|'); in cmd_completion()
364 separator = qemu_strchrnul(keys, '-'); in hmp_sendkey()
776 const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul() function
71 offset = qemu_strchrnul(p, ','); in get_opt_value()
75 c = qemu_strchrnul(path, '/'); in local_open_nofollow()