Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c805 while (isdigit((unsigned char)*cp)) in precsize_aton()
810 if (isdigit((unsigned char)*cp)) { in precsize_aton()
812 if (isdigit((unsigned char)*cp)) { in precsize_aton()
843 while (isdigit((unsigned char)*cp)) in latlon2ul()
849 if (!(isdigit((unsigned char)*cp))) in latlon2ul()
852 while (isdigit((unsigned char)*cp)) in latlon2ul()
858 if (!(isdigit((unsigned char)*cp))) in latlon2ul()
861 while (isdigit((unsigned char)*cp)) in latlon2ul()
866 if (isdigit((unsigned char)*cp)) { in latlon2ul()
868 if (isdigit((unsigned char)*cp)) { in latlon2ul()
[all …]
/bionic/libc/include/
Dctype.h92 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit() function
128 return isalpha(__ch) || isdigit(__ch); in isalnum()
200 return isdigit(__ch); in isdigit_l()
/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/tzcode/
Dstrptime.c404 while (isdigit(*bp)); in _strptime()
511 if (!isdigit(bp[0]) || !isdigit(bp[1])) in _strptime()
517 if (isdigit(*bp)) { in _strptime()
519 if (!isdigit(*bp)) in _strptime()
/bionic/libc/bionic/
Dstrtol.cpp66 if ((base == 0 || base == 2) && c == '0' && (*p == 'b' || *p == 'B') && isdigit(p[1])) { in StrToI()
79 if (isdigit(c)) { in StrToI()
Dwctype.cpp75 return u_isdigit ? u_isdigit(wc) : isdigit(wc); in iswdigit()
Dgrp_pwd.cpp292 } else if (name[0] == 'u' && isdigit(name[1])) { in app_id_from_name()
305 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()
333 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
Diconv.cpp68 if (isalnum(*lhs) && (*lhs != '0' || !isdigit(*(lhs + 1)))) break; in __match_encoding()
Dndk_cruft.cpp118 while (*s && isdigit(*s)) { in strtotimeval()
/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/upstream-netbsd/lib/libc/regex/
Dregcomp.c632 (isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT); in p_ere_exp()
660 if (isdigit((uch)PEEK())) { in p_ere_exp()
681 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
1055 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
1085 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
/bionic/libc/tools/
Dposix-2013.txt428 isdigit
/bionic/libc/dns/net/
Dgethnamaddr.c721 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()
733 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
/bionic/libc/
Dlibc.map.txt535 isdigit;
/bionic/tools/versioner/platforms/
Dlibc.map.txt535 isdigit;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_113.S2214 CALL(isdigit)