Searched refs:qemu_isdigit (Results 1 – 6 of 6) sorted by relevance
190 #define qemu_isdigit(c) isdigit((unsigned char)(c)) macro
393 } else if (qemu_isdigit(str[0])) { in inet_parse()
448 } else if (qemu_isdigit(str[0])) { in inet_parse()
268 if (qemu_isdigit(buf[0])) { in parse_host_port()1184 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
301 if (qemu_isdigit(buf[0])) { in parse_host_port()1312 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
2536 if (qemu_isdigit(*p)) { in monitor_handle_command()2538 while (qemu_isdigit(*p)) { in monitor_handle_command()