Searched refs:isdigit (Results 1 – 23 of 23) sorted by relevance
53 TEST(ctype, isdigit) { in TEST() argument54 EXPECT_TRUE(isdigit('1')); in TEST()55 EXPECT_FALSE(isdigit('a')); in TEST()56 EXPECT_FALSE(isdigit('x')); in TEST()
18 { "digit", isdigit },
68 #undef isdigit70 isdigit(int c) in isdigit() function
97 if (!isdigit((unsigned char)c)) in inet_aton()109 isdigit((unsigned char)c)) { in inet_aton()
56 if (isdigit(c)) { in inet_network()
795 while (isdigit((unsigned char)*cp)) in precsize_aton()800 if (isdigit((unsigned char)*cp)) { in precsize_aton()802 if (isdigit((unsigned char)*cp)) { in precsize_aton()833 while (isdigit((unsigned char)*cp)) in latlon2ul()839 if (!(isdigit((unsigned char)*cp))) in latlon2ul()842 while (isdigit((unsigned char)*cp)) in latlon2ul()848 if (!(isdigit((unsigned char)*cp))) in latlon2ul()851 while (isdigit((unsigned char)*cp)) in latlon2ul()856 if (isdigit((unsigned char)*cp)) { in latlon2ul()858 if (isdigit((unsigned char)*cp)) { in latlon2ul()[all …]
48 return isdigit(c); in isdigit_l()
216 if (name[0] != 'u' || !isdigit(name[1])) { in app_id_from_name()229 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()232 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
41 int iswdigit(wint_t wc) { return isdigit(wc); } in iswdigit()
109 while (*s && isdigit(*s)) { in strtotimeval()
65 int isdigit(int);
79 if (isdigit(c)) in strtoull()
77 if (isdigit(c)) in strtoul()
77 if (isdigit(c)) in strtoumax()
107 if (isdigit(c)) in strtoll()
105 if (isdigit(c)) in strtoimax()
116 if (isdigit(c)) in strtol()
114 if (isdigit(ch)) { in ns_parse_ttl()
1092 if (!isdigit(c&0xff)) in encode_bitsring()
46 using ::isdigit;
475 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT); in p_ere_exp()487 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) )) in p_ere_exp()516 if (isdigit((unsigned char)PEEK())) { in p_ere_exp()537 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) ) in p_ere_exp()709 if (MORE() && isdigit((unsigned char)PEEK())) { in p_simp_re()742 while (MORE() && isdigit((unsigned char)PEEK()) && count <= DUPMAX) { in p_count()
670 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()700 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
628 if not digit.isdigit():