Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-common.h190 #define qemu_isdigit(c) isdigit((unsigned char)(c)) macro
Dqemu-sockets-android.c393 } else if (qemu_isdigit(str[0])) { in inet_parse()
Dqemu-sockets.c448 } else if (qemu_isdigit(str[0])) { in inet_parse()
Dnet.c268 if (qemu_isdigit(buf[0])) { in parse_host_port()
1184 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
Dnet-android.c301 if (qemu_isdigit(buf[0])) { in parse_host_port()
1312 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
Dmonitor.c2536 if (qemu_isdigit(*p)) { in monitor_handle_command()
2538 while (qemu_isdigit(*p)) { in monitor_handle_command()