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

123

/freebsd-11-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-11-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-11-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-11-stable/contrib/libreadline/
H A Dchardefs.h92 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c)) macro
103 #define _rl_pure_alphabetic(c) (NON_NEGATIVE(c) && ISALPHA(c))
H A Dnls.c192 if (ISALPHA ((unsigned char)codeset[i]))
H A Dcomplete.c545 if (temp == 0 && ISALPHA ((unsigned char)pathname[0]) && pathname[1] == ':')
1929 if (dirname[0] == '/' && dirname[1] == '/' && ISALPHA ((unsigned char)dirname[2]) && dirname[3] == '/')
1940 else if (ISALPHA ((unsigned char)dirname[0]) && dirname[1] == ':')
/freebsd-11-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-11-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-11-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-11-stable/gnu/usr.bin/grep/
H A Dsystem.h178 #define ISALPHA(C) (IN_CTYPE_DOMAIN (C) && isalpha (C)) macro
/freebsd-11-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)))
/freebsd-11-stable/contrib/gcc/cp/
H A Dlex.c112 sprintf (buffer, ISALPHA (NAME[0]) ? "operator %s" : "operator%s", NAME); \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-opc.c70 || (ISALPHA (*p) && (TOLOWER (*p) == TOLOWER (*n)))))
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y228 if (ISALPHA(c) || (c > '7')) {
/freebsd-11-stable/contrib/gcc/
H A Dgenpreds.c100 if (!ISALPHA (XSTR (defn, 0)[0]) && XSTR (defn, 0)[0] != '_')
762 if (!ISALPHA (name[0]) && name[0] != '_')

Completed in 221 milliseconds

123