Searched refs:qemu_isdigit (Results 1 – 5 of 5) sorted by relevance
202 #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()
276 if (qemu_isdigit(buf[0])) { in parse_host_port()1287 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()