HomeSort by relevance Sort by last modified time
    Searched refs:qemu_strnlen (Results 1 - 2 of 2) sorted by null

  /external/qemu/util/
cutils.c 33 int len = qemu_strnlen(str, buf_size);
98 int qemu_strnlen(const char *s, int max_len) function
  /external/qemu/include/
qemu-common.h 161 int qemu_strnlen(const char *s, int max_len);

Completed in 35 milliseconds