Home
last modified time | relevance | path

Searched refs:qemu_isalpha (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Did.c21 if (!qemu_isalpha(id[0])) { in id_wellformed()
/openbmc/qemu/include/qemu/
H A Dctype.h12 #define qemu_isalpha(c) isalpha((unsigned char)(c)) macro
/openbmc/qemu/qapi/
H A Dqapi-util.c141 if (!qemu_isalpha(*p)) { in parse_qapi_name()
/openbmc/qemu/block/
H A Dvvfat.c1123 if (filename[i - 2] == ':' && qemu_isalpha(filename[i - 1])) { in vvfat_parse_filename()