Searched refs:ISALPHA (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dlbasename.c55 if (ISALPHA (name[0]) && name[1] == ':')
H A Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':')
H A Dstrtol.c141 else if (ISALPHA(c))
H A Dstrtoul.c93 else if (ISALPHA(c))
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dlbasename.c55 if (ISALPHA (name[0]) && name[1] == ':')
H A Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':')
H A Dstrtol.c141 else if (ISALPHA(c))
H A Dstrtoul.c93 else if (ISALPHA(c))
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dprintfieldhdr.c47 if (ISALPHA(*t) && ISLOWER(*t))
H A Dvar.c57 } else if (ISALPHA(*s)) {
59 if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
H A Dinet_addr.c78 #define ISALPHA(x) isalpha((u_char)(x)) macro
H A Dipft_tx.c192 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) {
/freebsd-12-stable/contrib/gdb/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/freebsd-12-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/freebsd-12-stable/contrib/binutils/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dsystem.h178 #define ISALPHA(C) (IN_CTYPE_DOMAIN (C) && isalpha (C)) macro
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c97 if (!ISALPHA(c))
122 if (!ISALPHA(c))
H A Dip_scan.c313 if (!ISALPHA(*up) || ((*s & 0x5f) != (*up & 0x5f)))
H A Dip_ftp_pxy.c636 if (ISALPHA(c)) {
1112 if (ISALPHA(c)) {
1116 if (ISALPHA(c)) {
1120 if (ISALPHA(c)) {
1124 if (ISALPHA(c)) {
/freebsd-12-stable/contrib/gcc/cp/
H A Dlex.c112 sprintf (buffer, ISALPHA (NAME[0]) ? "operator %s" : "operator%s", NAME); \
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y228 if (ISALPHA(c) || (c > '7')) {
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dcgen-opc.c70 || (ISALPHA (*p) && (TOLOWER (*p) == TOLOWER (*n)))))
H A Dmep-asm.c1066 if (ISALPHA (c))
1100 if (ISALPHA (c))
/freebsd-12-stable/contrib/gcc/
H A Dgenpreds.c100 if (!ISALPHA (XSTR (defn, 0)[0]) && XSTR (defn, 0)[0] != '_')
762 if (!ISALPHA (name[0]) && name[0] != '_')
/freebsd-12-stable/contrib/binutils/ld/
H A Ddeffilep.y996 if (ISALPHA (c) || strchr ("$:-_?@", c))
1024 if (ISALPHA (q)) /* Check for tokens. */

Completed in 238 milliseconds

12