Home
last modified time | relevance | path

Searched defs:qemu_strchrnul (Results 1 – 2 of 2) 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
/openbmc/qemu/util/
H A Dcutils.c776 const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul() function