Home
last modified time | relevance | path

Searched refs:qemu_strnlen (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/
H A Duaccess.c54 len = qemu_strnlen((const char *)ptr, max_len); in target_strlen()
/openbmc/qemu/linux-user/
H A Duaccess.c102 len = qemu_strnlen((const char *)ptr, max_len); in target_strlen()
/openbmc/qemu/include/qemu/
H A Dcutils.h119 int qemu_strnlen(const char *s, int max_len);
/openbmc/qemu/util/
H A Dcutils.c57 int len = qemu_strnlen(str, buf_size); in strpadcpy()
122 int qemu_strnlen(const char *s, int max_len) in qemu_strnlen() function
/openbmc/qemu/docs/devel/
H A Dstyle.rst502 int qemu_strnlen(const char *s, int max_len)