Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c787 while (isdigit((unsigned char)*cp)) in precsize_aton()
792 if (isdigit((unsigned char)*cp)) { in precsize_aton()
794 if (isdigit((unsigned char)*cp)) { in precsize_aton()
825 while (isdigit((unsigned char)*cp)) in latlon2ul()
831 if (!(isdigit((unsigned char)*cp))) in latlon2ul()
834 while (isdigit((unsigned char)*cp)) in latlon2ul()
840 if (!(isdigit((unsigned char)*cp))) in latlon2ul()
843 while (isdigit((unsigned char)*cp)) in latlon2ul()
848 if (isdigit((unsigned char)*cp)) { in latlon2ul()
850 if (isdigit((unsigned char)*cp)) { in latlon2ul()
[all …]
/bionic/libc/stdio/
Dparsefloat.c136 if ((ishex && isxdigit(c)) || isdigit(c)) in parsefloat()
153 } else if ((ishex && isxdigit(c)) || isdigit(c)) { in parsefloat()
166 if (isdigit(c)) in parsefloat()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dcharclass.h18 { "digit", isdigit },
/bionic/libc/private/
Dget_cpu_count_from_string.h37 if (isdigit(*s)) { in GetCpuCountFromString()
/bionic/libc/bionic/
Dstrtol.cpp75 if (isdigit(c)) { in StrToI()
138 if (isdigit(c)) { in StrToU()
Dctype.cpp51 return isdigit(c); in isdigit_l()
Dgrp_pwd.cpp279 } else if (name[0] == 'u' && isdigit(name[1])) { in app_id_from_name()
292 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()
320 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
Dwctype.cpp75 return u_isdigit ? u_isdigit(wc) : isdigit(wc); in iswdigit()
Dndk_cruft.cpp118 while (*s && isdigit(*s)) { in strtotimeval()
Diconv.cpp68 if (isalnum(*lhs) && (*lhs != '0' || !isdigit(*(lhs + 1)))) break; in __match_encoding()
/bionic/tests/
Dctype_test.cpp125 TEST(ctype, isdigit) { in TEST() argument
128 EXPECT_TRUE(isdigit(i)) << i; in TEST()
130 EXPECT_FALSE(isdigit(i)) << i; in TEST()
/bionic/tests/headers/posix/
Dctype_h.c43 FUNCTION(isdigit, int (*f)(int)); in ctype_h()
/bionic/libc/dns/nameser/
Dns_ttl.c108 if (isdigit(ch)) { in ns_parse_ttl()
Dns_name.c1086 if (!isdigit(c&0xff)) in encode_bitsring()
/bionic/libc/include/bits/
Dctype_inlines.h91 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit() function
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c474 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT); in p_ere_exp()
488 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) )) in p_ere_exp()
517 if (isdigit((unsigned char)PEEK())) { in p_ere_exp()
538 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) ) in p_ere_exp()
712 if (MORE() && isdigit((unsigned char)PEEK())) { in p_simp_re()
745 while (MORE() && isdigit((unsigned char)PEEK()) && count <= DUPMAX) { in p_count()
/bionic/libc/tzcode/
Dstrptime.c412 while (isdigit(*bp)); in _strptime()
/bionic/libc/tools/
Dposix-2013.txt428 isdigit
/bionic/libc/dns/net/
Dgethnamaddr.c722 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()
734 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
/bionic/tools/versioner/platforms/
Dlibc.map.txt535 isdigit;
/bionic/libc/
Dlibc.map.txt535 isdigit;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_113.S2214 CALL(isdigit)