Searched refs:isdigit (Results 1 – 20 of 20) sorted by relevance
18 { "digit", isdigit },
142 if (!isdigit((unsigned char)c)) in inet_aton()155 if (isascii(c) && isdigit((unsigned char)c)) { in inet_aton()
50 while ( *s && isdigit(*s) ) in strtotimeval()
214 if (name[0] != 'u' || !isdigit(name[1])) { in app_id_from_name()227 if (end[1] == 'a' && isdigit(end[2])) { in app_id_from_name()230 } else if (end[1] == 'i' && isdigit(end[2])) { in app_id_from_name()
100 int iswdigit(wint_t wc) { return isdigit(wc); } in iswdigit()115 case WC_TYPE_DIGIT: return isdigit(wc); in iswctype()
734 while (isdigit((unsigned char)*cp)) in precsize_aton()739 if (isdigit((unsigned char)*cp)) { in precsize_aton()741 if (isdigit((unsigned char)*cp)) { in precsize_aton()772 while (isdigit((unsigned char)*cp)) in latlon2ul()778 if (!(isdigit((unsigned char)*cp))) in latlon2ul()781 while (isdigit((unsigned char)*cp)) in latlon2ul()787 if (!(isdigit((unsigned char)*cp))) in latlon2ul()790 while (isdigit((unsigned char)*cp)) in latlon2ul()795 if (isdigit((unsigned char)*cp)) { in latlon2ul()797 if (isdigit((unsigned char)*cp)) { in latlon2ul()[all …]
119 if (!isdigit(c)) in inet_pton4()126 else if (isdigit(c) && c != '9') in inet_pton4()133 if (isdigit(c)) { in inet_pton4()
75 int isdigit(int);117 __CTYPE_INLINE int isdigit(int c) in isdigit() function
77 if (isdigit(c)) in strtoul()
90 if (isdigit(c)) in strtoumax()
105 if (isdigit(c)) in strtol()
136 if (isdigit(c)) in strtoimax()
107 int isdigit(int c) in isdigit() function
36 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
112 if (isdigit(ch)) { in ns_parse_ttl()
887 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()
665 if (isdigit((u_char) name[0])) in gethostbyname_internal_real()695 if (!isdigit((u_char) *cp) && *cp != '.') in gethostbyname_internal_real()
1029 if not digit.isdigit():