Searched refs:qemu_isdigit (Results 1 – 6 of 6) sorted by relevance
71 } else if (qemu_isdigit(str[0])) { in inet_listen()196 } else if (qemu_isdigit(str[0])) { in inet_connect()
124 } else if (qemu_isdigit(str[0])) { in inet_listen()250 } else if (qemu_isdigit(str[0])) { in inet_connect()
119 #define qemu_isdigit(c) isdigit((unsigned char)(c)) macro
273 if (qemu_isdigit(buf[0])) { in parse_host_port()1269 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
268 if (qemu_isdigit(buf[0])) { in parse_host_port()1184 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
2525 if (qemu_isdigit(*p)) { in monitor_handle_command()2527 while (qemu_isdigit(*p)) { in monitor_handle_command()