OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu_isdigit
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
qemu-sockets-android.c
23
#include "qemu-common.h" /* for
qemu_isdigit
*/
393
} else if (
qemu_isdigit
(str[0])) {
qemu-common.h
190
#define
qemu_isdigit
(c) isdigit((unsigned char)(c))
macro
qemu-sockets.c
23
#include "qemu-common.h" /* for
qemu_isdigit
*/
448
} else if (
qemu_isdigit
(str[0])) {
monitor.c
[
all
...]
net-android.c
301
if (
qemu_isdigit
(buf[0])) {
1312
while( *ptr && !
qemu_isdigit
((int)*ptr) ) ptr++;
[
all
...]
net.c
268
if (
qemu_isdigit
(buf[0])) {
1184
while( *ptr && !
qemu_isdigit
((int)*ptr) ) ptr++;
[
all
...]
Completed in 694 milliseconds