Home
last modified time | relevance | path

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

123456

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dvalid_hostname.c115 if (ISALNUM(ch) || ch == '_') { /* grr.. */ in valid_hostname()
318 if (field == 0 && len == 0 && ISALNUM(cp[1])) { in valid_ipv6_hostaddr()
Dalldig.c72 if (!ISALNUM(*cp)) in allalnum()
Ddict_cidr.c132 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()
Dmac_expand.c441 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()
Dvalid_uri_scheme.c55 if (ISALNUM(ch) || ch == '+' || ch == '-') in valid_uri_scheme()
Ddict_regexp.c562 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()
Dmac_parse.c138 SKIP(vp, ep, ISALNUM(*ep) || *ep == '_'); in mac_parse()
Ddict_pcre.c773 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/
Dc-support.h43 return ISALNUM (ch) || ch >= 0x80; in c_ident_is_alnum()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_queue.c291 if (!ISALNUM(*cp)) in mail_queue_name_ok()
314 if (!ISALNUM(*cp) && *cp != '_') in mail_queue_id_ok()
Dbounce_log.c210 if (ISALNUM(*cp)) { in bounce_log_read()
Ddynamicmaps.c260 if (!ISALNUM(argv->argv[0][0])) in dymap_read_conf()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Ddriver-avr.cc96 if (!ISALNUM (*s) in avr_devicespecs_file()
/netbsd/src/external/bsd/nvi/dist/common/
Dmultibyte.h20 #define ISALNUM(c) (ISALPHA(c) || ISDIGIT(c)) macro
/netbsd/src/external/gpl3/binutils/dist/include/
Dsafe-ctype.h90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dsafe-ctype.h90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/netbsd/src/external/gpl3/gcc/dist/include/
Dsafe-ctype.h90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dcxxfilt.c234 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-visium.c887 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/
Dqmgr.c493 buf[i], ISALNUM(buf[i]) ? buf[i] : '?'); in qmgr_trigger_event()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenpreds.cc205 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/
Dex_argv.c182 ISALNUM((UCHAR_T)*np)) in argv_exp2()
193 !ISALNUM((UCHAR_T)*p) && in argv_exp2()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcgen-asm.c219 && (ISALNUM (*p) in cgen_parse_keyword()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcgen-asm.c219 && (ISALNUM (*p) in cgen_parse_keyword()
/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_templates.c291 if (!ISALNUM(*value)) in bounce_templates_load()

123456