| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | valid_hostname.c | 115 if (ISALNUM(ch) || ch == '_') { /* grr.. */ in valid_hostname() 318 if (field == 0 && len == 0 && ISALNUM(cp[1])) { in valid_ipv6_hostaddr()
|
| D | alldig.c | 72 if (!ISALNUM(*cp)) in allalnum()
|
| D | dict_cidr.c | 132 if (strncasecmp(p, "IF", 2) == 0 && !ISALNUM(p[2])) { in dict_cidr_parse_rule() 154 else if (strncasecmp(p, "ENDIF", 5) == 0 && !ISALNUM(p[5])) { in dict_cidr_parse_rule()
|
| D | mac_expand.c | 441 if (mac_exp_ext_table && ISALNUM(*cp)) { in mac_exp_parse_relational() 443 for (type_len = 1; ISALNUM(cp[type_len]); type_len++) in mac_exp_parse_relational() 615 if (!ISALNUM(ch) && ch != '_') { in mac_expand_callback()
|
| D | valid_uri_scheme.c | 55 if (ISALNUM(ch) || ch == '+' || ch == '-') in valid_uri_scheme()
|
| D | dict_regexp.c | 562 if (!ISALNUM(*p)) { in dict_regexp_parseline() 686 else if (strncasecmp(p, "IF", 2) == 0 && !ISALNUM(p[2])) { in dict_regexp_parseline() 718 else if (strncasecmp(p, "ENDIF", 5) == 0 && !ISALNUM(p[5])) { in dict_regexp_parseline()
|
| D | mac_parse.c | 138 SKIP(vp, ep, ISALNUM(*ep) || *ep == '_'); in mac_parse()
|
| D | dict_pcre.c | 773 if (!ISALNUM(*p)) { in dict_pcre_parse_rule() 909 else if (strncasecmp(p, "IF", 2) == 0 && !ISALNUM(p[2])) { in dict_pcre_parse_rule() 958 else if (strncasecmp(p, "ENDIF", 5) == 0 && !ISALNUM(p[5])) { in dict_pcre_parse_rule()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | c-support.h | 43 return ISALNUM (ch) || ch >= 0x80; in c_ident_is_alnum()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | mail_queue.c | 291 if (!ISALNUM(*cp)) in mail_queue_name_ok() 314 if (!ISALNUM(*cp) && *cp != '_') in mail_queue_id_ok()
|
| D | bounce_log.c | 210 if (ISALNUM(*cp)) { in bounce_log_read()
|
| D | dynamicmaps.c | 260 if (!ISALNUM(argv->argv[0][0])) in dymap_read_conf()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | driver-avr.cc | 96 if (!ISALNUM (*s) in avr_devicespecs_file()
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 20 #define ISALNUM(c) (ISALPHA(c) || ISDIGIT(c)) macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | safe-ctype.h | 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | safe-ctype.h | 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | safe-ctype.h | 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | cxxfilt.c | 234 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-visium.c | 887 while ((ISALNUM (*s)) && cnt < 10) in parse_gen_reg() 924 while ((ISALNUM (*s)) && cnt < 10) in parse_fp_reg() 961 while ((ISALNUM (*s)) && cnt < 10) in parse_cc() 1040 while ((ISALNUM (*str) || *str == '.' || *str == '_') && cnt < 10) in md_assemble()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/ |
| D | qmgr.c | 493 buf[i], ISALNUM(buf[i]) ? buf[i] : '?'); in qmgr_trigger_event()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genpreds.cc | 205 if (q != p && (ISALNUM (q[-1]) || q[-1] == '_')) in needs_variable() 208 if (ISALNUM (q[0]) || q[0] == '_') in needs_variable() 795 if (!ISALNUM (*p)) in add_constraint()
|
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_argv.c | 182 ISALNUM((UCHAR_T)*np)) in argv_exp2() 193 !ISALNUM((UCHAR_T)*p) && in argv_exp2()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cgen-asm.c | 219 && (ISALNUM (*p) in cgen_parse_keyword()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cgen-asm.c | 219 && (ISALNUM (*p) in cgen_parse_keyword()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/bounce/ |
| D | bounce_templates.c | 291 if (!ISALNUM(*value)) in bounce_templates_load()
|