Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-sockets-android.c71 } else if (qemu_isdigit(str[0])) { in inet_listen()
196 } else if (qemu_isdigit(str[0])) { in inet_connect()
Dqemu-sockets.c124 } else if (qemu_isdigit(str[0])) { in inet_listen()
250 } else if (qemu_isdigit(str[0])) { in inet_connect()
Dqemu-common.h119 #define qemu_isdigit(c) isdigit((unsigned char)(c)) macro
Dnet-android.c273 if (qemu_isdigit(buf[0])) { in parse_host_port()
1269 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
Dnet.c268 if (qemu_isdigit(buf[0])) { in parse_host_port()
1184 while( *ptr && !qemu_isdigit((int)*ptr) ) ptr++; in tap_alloc()
Dmonitor.c2525 if (qemu_isdigit(*p)) { in monitor_handle_command()
2527 while (qemu_isdigit(*p)) { in monitor_handle_command()