Home
last modified time | relevance | path

Searched refs:qemu_isdigit (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dctype.h14 #define qemu_isdigit(c) isdigit((unsigned char)(c)) macro
/openbmc/qemu/monitor/
H A Dfds.c67 if (qemu_isdigit(fdname[0])) { in monitor_add_fd()
499 if (!qemu_isdigit(fdname[0]) && mon) { in monitor_fd_param()
H A Dhmp.c786 if (qemu_isdigit(*p)) { in monitor_parse_arguments()
788 while (qemu_isdigit(*p)) { in monitor_parse_arguments()
/openbmc/qemu/net/
H A Dtap-solaris.c79 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
H A Dnet.c100 if (qemu_isdigit(host[0])) { in convert_host_port()
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c319 if (qemu_isdigit(syndbg->host_ip[0])) { in hv_syndbg_realize()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c667 if (qemu_isdigit(host[0])) { in vubr_set_host()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1457 if (!qemu_isdigit(*chr) && *chr != '.') { in qtest_is_old_versioned_machine()