Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 11 of 11) sorted by relevance

/qemu/scripts/qapi/
H A Dcommon.py55 elif c_fun_str[i - 1].isdigit():
121 or name[0].isdigit()):
H A Dexpr.py474 if member_name[0].isdigit():
/qemu/pc-bios/s390-ccw/
H A Dlibc.c41 if (!isdigit(*(unsigned char *)str)) { in atoui()
H A Dlibc.h81 static inline int isdigit(int c) in isdigit() function
H A Dmenu.c138 if (!isdigit((unsigned char)buf[i])) { in get_index()
H A Dnetboot.mak24 CTYPE_OBJS = isdigit.o isxdigit.o toupper.o
/qemu/include/qemu/
H A Dctype.h14 #define qemu_isdigit(c) isdigit((unsigned char)(c))
/qemu/chardev/
H A Dtestdev.c68 while (isdigit(c)) { in DECLARE_INSTANCE_CHECKER()
/qemu/util/
H A Dcutils.c258 if (retval == 0 && *endptr == '.' && !isdigit(endptr[1])) { in do_strtosz()
/qemu/tests/tcg/multiarch/
H A Dsha512.c687 if(!isdigit((unsigned char)*c) in _gen_result()
/qemu/qga/
H A Dcommands-posix.c1424 isdigit(*(de_disk->d_name + len + 1))) || in get_disk_partitions()
1425 isdigit(*(de_disk->d_name + len))))) { in get_disk_partitions()