Searched refs:ISALNUM (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin2.c50 while (ISALNUM (*p))
/freebsd-11-stable/contrib/libreadline/
H A Dchardefs.h91 #define ISALNUM(c) (IN_CTYPE_DOMAIN (c) && isalnum (c)) macro
104 #define ALPHABETIC(c) (NON_NEGATIVE(c) && ISALNUM(c))
116 # define _rl_isident(c) (ISALNUM(c) || (c) == '_')
H A Dnls.c171 if (ISALNUM ((unsigned char)codeset[i]))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dinet_addr.c77 #define ISALNUM(x) isalnum((u_char)(x)) macro
/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c100 if (!ISALNUM ((unsigned char)*ptr))
H A Dgengtype-lex.l252 for (macro_len = ptr - macro; !(ISALNUM (*ptr) || *ptr == '_'); ptr++)
319 for (macro_len = ptr - macro; !(ISALNUM(*ptr) || *ptr == '_'); ptr++)
434 for (; arg_len && (ISALNUM(*arg) || *arg == '_'); arg_len--)
436 for (; arg_len && !(ISALNUM(*arg) || *arg == '_'); arg_len--)
493 while (*args && (ISALNUM (*args) || *args == '_'))
500 while (*args && !(ISALNUM (*args) || *args == '_'))
H A Dgenpreds.c103 if (!ISALNUM (*p) && *p != '_')
234 if (q != p && (ISALNUM (q[-1]) || q[-1] == '_'))
237 if (ISALNUM (q[0] || q[0] == '_'))
774 if (!ISALNUM (*p))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcxxfilt.c263 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c)))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h185 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C)) macro
H A Ddfa.c76 #define ISALNUM(C) isalnum(C) macro
88 #define ISALNUM(C) (isascii(C) && isalnum(C)) macro
666 FUNC(is_alnum, ISALNUM)
700 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_')
H A Dsearch.c55 #define WCHAR(C) (ISALNUM(C) || (C) == '_')
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c153 if (! ISALNUM (*p))
H A Dppcboot.c286 if (! ISALNUM (*p))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-asm.c221 && (ISALNUM (*p)
H A Dcgen-opc.c130 if (! ISALNUM (ke->name[i])
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1168 if (!strncmp (p, ext_oper->operand.name, l) && !ISALNUM (*(p + l)))
1180 if (!strncmp (p, arc_reg_names[i].name, l) && !ISALNUM (*(p + l)))
1611 for (t = s; *t && ISALNUM (*t); ++t)
H A Dtc-s390.c758 while (ISALNUM (*str))
907 while (ISALNUM (*str))
H A Dtc-spu.c633 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@')
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2384 if (!ISALNUM (dll_symname[i]))
2480 if (!ISALNUM (dll_symname[i]))
H A Ddeffilep.y1017 while (c != EOF && (ISALNUM (c) || strchr ("$:-_?/@", c)))
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c821 else if (macro_mri && src < in->len && ISALNUM (in->ptr[src]))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h606 #define ISALNUM(x) isalnum((u_char)(x)) macro

Completed in 327 milliseconds

12