| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldbuildid.c | 61 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1])) in compute_build_id_size() 167 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1])) in generate_build_id()
|
| D | deffilep.y | 1517 while (c != EOF && (ISXDIGIT (c) || (c == 'x'))) in def_lex()
|
| D | deffilep.c | 3363 while (c != EOF && (ISXDIGIT (c) || (c == 'x'))) in def_lex()
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | v_increment.c | 121 if (!ISXDIGIT((UCHAR_T)p[end])) in v_increment() 163 if (ISXDIGIT((UCHAR_T)p[end])) in v_increment()
|
| D | v_txt.c | 665 if (hexcnt > 1 && !ISXDIGIT(evp->e_c)) { in v_txt()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | c-lang.c | 411 for (i = 0; i < length && p < limit && ISXDIGIT (*p); ++i, ++p) in convert_ucn() 476 while (p < limit && ISXDIGIT (*p)) in convert_hex() 517 if (!ISXDIGIT (*p)) in convert_escape() 539 if (!ISXDIGIT (*p)) in convert_escape()
|
| D | c-exp.y | 2183 if (!ISXDIGIT (*tokptr)) in c_parse_escape() 2185 while (ISXDIGIT (*tokptr)) in c_parse_escape() 2233 if (!ISXDIGIT (*tokptr)) in c_parse_escape() 2235 for (i = 0; i < len && ISXDIGIT (*tokptr); ++i) in c_parse_escape()
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 17 #define ISXDIGIT(c) (ISDIGIT(c) || \ macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | safe-ctype.h | 100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | safe-ctype.h | 100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | safe-ctype.h | 100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | d-demangle.c | 251 if (mangled == NULL || !ISXDIGIT (mangled[0]) || !ISXDIGIT (mangled[1])) in dlang_hexdigit() 1304 if (!ISXDIGIT (*mangled)) in dlang_parse_real() 1313 while (ISXDIGIT (*mangled)) in dlang_parse_real()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | d-demangle.c | 251 if (mangled == NULL || !ISXDIGIT (mangled[0]) || !ISXDIGIT (mangled[1])) in dlang_hexdigit() 1304 if (!ISXDIGIT (*mangled)) in dlang_parse_real() 1313 while (ISXDIGIT (*mangled)) in dlang_parse_real()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | d-demangle.c | 251 if (mangled == NULL || !ISXDIGIT (mangled[0]) || !ISXDIGIT (mangled[1])) in dlang_hexdigit() 1304 if (!ISXDIGIT (*mangled)) in dlang_parse_real() 1313 while (ISXDIGIT (*mangled)) in dlang_parse_real()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch.c | 118 # define ISXDIGIT(c) (ISASCII (c) && isxdigit (c)) macro
|
| D | fnmatch_loop.c | 305 || (STREQ (str, L("xdigit")) && ISXDIGIT ((UCHAR) *n))) in FCT()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | expr.cc | 549 if (str[1] == '.' || ISXDIGIT (str[1])) in cpp_classify_number() 576 if (ISDIGIT (c) || (ISXDIGIT (c) && radix == 16)) in cpp_classify_number() 920 if (ISDIGIT (c) || (base == 16 && ISXDIGIT (c))) in cpp_interpret_integer()
|
| D | charset.cc | 1111 if (!ISXDIGIT (c)) in _cpp_valid_ucn() 2124 while (length && idp < len && ISXDIGIT (id[idp])) in _cpp_interpret_identifier()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-iq2000.c | 861 while (ISXDIGIT (*input_line_pointer)) in get_number()
|
| D | tc-sparc.c | 2044 if ((s[0] == '0' && s[1] == 'x' && ISXDIGIT (s[2])) in sparc_ip() 2052 while (ISXDIGIT (*s)) in sparc_ip()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | godump.cc | 391 while (ISXDIGIT (*p)) in go_define()
|
| D | read-rtl.cc | 1157 if (! ISXDIGIT (*cp)) in validate_const_wide_int()
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 708 #define ISXDIGIT(x) isxdigit((u_char)(x)) macro
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | evutil.c | 2380 IMPL_CTYPE_FN(ISXDIGIT) in IMPL_CTYPE_FN()
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | evutil.c | 2382 IMPL_CTYPE_FN(ISXDIGIT) in IMPL_CTYPE_FN()
|