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

123

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/ipfilter/lib/
H A Dvar.c57 } else if (ISALPHA(*s)) {
59 if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
H A Dinet_addr.c83 #define ISALPHA(x) isalpha((u_char)(x)) macro
H A Dipft_tx.c185 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) {
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/binutils/opcodes/
H A Dcgen-asm.in92 if (ISALPHA (c))
126 if (ISALPHA (c))
H A Dcgen-opc.c70 || (ISALPHA (*p) && (TOLOWER (*p) == TOLOWER (*n)))))
/freebsd-9.3-release/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-9.3-release/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-9.3-release/gnu/usr.bin/grep/
H A Dsystem.h178 #define ISALPHA(C) (IN_CTYPE_DOMAIN (C) && isalpha (C)) macro
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c96 if (!ISALPHA(c))
121 if (!ISALPHA(c))
H A Dip_ftp_pxy.c402 if (ISALPHA(c)) {
824 if (ISALPHA(c)) {
828 if (ISALPHA(c)) {
832 if (ISALPHA(c)) {
836 if (ISALPHA(c)) {
/freebsd-9.3-release/contrib/gcc/cp/
H A Dlex.c112 sprintf (buffer, ISALPHA (NAME[0]) ? "operator %s" : "operator%s", NAME); \
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h441 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c)) macro
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y227 if (ISALPHA(c) || (c > '7')) {

Completed in 199 milliseconds

123