Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h38 #define ISDIGIT(_c) \ macro
42 (ISDIGIT(_c) || \
58 ISDIGIT(_c))
72 return (ISDIGIT(c)); in isdigit()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dinet_addr.c83 #define ISDIGIT(x) isdigit((u_char)(x)) macro
115 if (!ISDIGIT(c))
126 if (ISASCII(c) && ISDIGIT(c)) {
H A Dgetportproto.c16 if (ISDIGIT(*name)) {
21 if (!ISDIGIT(*s))
H A Daddicmp.c37 if (ISDIGIT(***cp)) {
71 if (ISDIGIT(***cp)) {
H A Dipft_tx.c59 if (ISDIGIT(*host))
81 if (ISDIGIT(*name))
241 } else if (ISDIGIT(**cpp) && !index(*cpp, '.')) {
H A Dgetproto.c15 if (!ISDIGIT(*s))
H A Dicmpcode.c35 if (ISDIGIT(*str)) {
H A Dportnum.c28 if (ISDIGIT(*name)) {
H A Dipft_hx.c144 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
H A Dvar.c54 if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_irc_pxy.c204 if (!ISDIGIT(c))
210 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
226 if (!ISDIGIT(c))
231 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
H A Dip_ftp_pxy.c544 while (*s && !ISDIGIT(*s)) {
807 if (!ISDIGIT(*rptr) || !ISDIGIT(*(rptr + 1)) || !ISDIGIT(*(rptr + 2)))
961 if (ISDIGIT(c)) {
965 if (ISDIGIT(c)) {
969 if (ISDIGIT(c)) {
1408 while (((c = *s++) != '\0') && ISDIGIT(c)) {
1416 while (((c = *s++) != '\0') && ISDIGIT(c)) {
1453 while (*s && !ISDIGIT(*s))
1460 while (*s && ISDIGIT(*s)) {
H A Dip_rpcb_pxy.c714 if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))
718 if (ISDIGIT(*c)) {
772 while (((c = *s++) != '\0') && ISDIGIT(c)) {
H A Dip_rcmd_pxy.c112 while (((c = *s++) != '\0') && ISDIGIT(c)) {
H A Dip_compat.h1694 #define ISDIGIT(x) isdigit((u_char)(x)) macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c31 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \
274 } while (ISALPHA(n) || ISDIGIT(n) || n == '_'); in yylex()
483 if (isbuilding == 0 && ISDIGIT(c)) { in yylex()
486 } while (ISDIGIT(n)); in yylex()
H A Dip_fil.c688 for (s = name; *s && !ISDIGIT(*s); s++)
690 if (*s && ISDIGIT(*s)) {
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.c309 if (t + 1 == last || ISDIGIT(t[1])) in parse_block_invoke()
314 while (t < last && ISDIGIT(t[0])) in parse_block_invoke()
2477 if (!ISDIGIT(c)) in parse_unnamed_type_name()
3036 if (!ISDIGIT(first[1])) in parse_operator_name()
3152 if (!ISDIGIT(t[0]) && !ISUPPER(t[0])) in parse_base36()
3157 if (ISDIGIT(t[0])) in parse_base36()
3366 if (ISDIGIT(t[0]) && t[0] != '0') { in parse_array_type()
3755 if (!ISDIGIT(t[0])) in parse_template_param()
3869 if (ISDIGIT(first[0])) { in parse_discriminator()
3883 if (ISDIGIT(t[0])) in parse_discriminator()
[all …]
H A Drust.c255 } else if (!ISDIGIT(c)) { in rust_parse_base10()
263 if (!ISDIGIT(c)) in rust_parse_base10()
H A Drust-v0puny.c257 } else if (ISDIGIT(c)) { in char_val()
H A Drust-v0.c1319 if (ISDIGIT(c)) { in rustv0_parse_hex_num()
1382 } else if (ISDIGIT(c)) { in rustv0_parse_base62()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c51 #define ISDIGIT(ch) ((ch) >= '0' && (ch) <= '9') macro
510 for (digits = 0; ISDIGIT(*fmt); fmt++) { in mi_iprintf()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c649 if (propval != NULL && ISDIGIT(*propval)) { in bcons_init_fb()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1062 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()
1065 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c347 while (ISDIGIT(*p)) /* skip integer */ in is_gcc_localalias()