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

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/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))
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstrtol.c200 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) macro
204 # define ISALPHA(Ch) iswalpha (Ch) macro
213 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) macro
217 # define ISALPHA(Ch) isalpha (Ch) macro
337 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
359 else if (ISALPHA (c))
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrtol.c206 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) macro
210 # define ISALPHA(Ch) iswalpha (Ch) macro
224 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) macro
228 # define ISALPHA(Ch) (IN_CTYPE_DOMAIN (Ch) && isalpha (Ch)) macro
358 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
380 else if (ISALPHA (c))
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dchartypes.h73 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c)) macro
81 #define ISLETTER(c) (ISALPHA(c))
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dpathcanon.c121 base = (ISALPHA((unsigned char)result[0]) && result[1] == ':') ? result + 3 : result + 1;
132 base = (ISALPHA((unsigned char)result[0]) && result[1] == ':') ? result + 2 : result;
H A Dstrtol.c165 else if (ISALPHA (c))
192 else if (ISALPHA (c))
H A Dpathphys.c109 qbase = (ISALPHA((unsigned char)workpath[0]) && workpath[1] == ':') ? workpath + 3 : workpath + 1;
218 qbase = (ISALPHA((unsigned char)workpath[0]) && workpath[1] == ':') ? workpath + 3 : workpath + 1;
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c31 #define ISALPHA(c) ((unsigned)(TOUPPER(c) - 'A') < 26) macro
108 for (i=0; i<XSLTMAX_ISO639LANGLEN && ISALPHA(*p); ++i)
121 for (i=0; i<XSLTMAX_ISO3166CNTRYLEN && ISALPHA(*p); ++i)
176 for (i=0; i<XSLTMAX_ISO639LANGLEN && ISALPHA(*p); ++i)
185 for (i=0; i<XSLTMAX_ISO3166CNTRYLEN && ISALPHA(*p); ++i)
/macosx-10.9.5/gpatch-3/patch/
H A Dpartime.c70 #define ISALPHA(c) (CTYPE_DOMAIN (c) && isalpha (c)) macro
233 if (! ISALPHA (c))
528 while (ISALPHA ((unsigned char) *s))
551 while (ISALPHA ((unsigned char) *s))
709 while (ISALPHA ((unsigned char) *s))
736 while (ISALPHA ((unsigned char) *s))
801 while (ISALPHA ((unsigned char) *s))
813 while (ISALPHA ((unsigned char) *s))
851 while (ISALPHA ((unsigned char) *s))
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
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]))
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_hdr.c96 while(*p && (p < end) && !ISALPHA(*p))
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-asm.in92 if (ISALPHA (c))
126 if (ISALPHA (c))
H A Dopenrisc-asm.c303 if (ISALPHA (c))
337 if (ISALPHA (c))
H A Dor32-opc.c452 if (*enc == '0' || *enc == '1' || *enc == '-' || ISALPHA (*enc))
650 else if (ISALPHA (*args))
928 else if (ISALPHA (*enc))
H A Dfr30-asm.c372 if (ISALPHA (c))
406 if (ISALPHA (c))
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_conf_time.c126 if (ISALPHA(*cp)) {
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.h106 #define legal_variable_starter(c) (ISALPHA(c) || (c == '_'))
255 # define ABSPATH(x) (((x)[0] && ISALPHA((unsigned char)(x)[0]) && (x)[1] == ':') || ISDIRSEP((x)[0]))
H A Dbraces.c378 ((ISALPHA (lhs[0]) && lhs[1] == 0) ? ST_CHAR : ST_BAD);
380 ((ISALPHA (rhs[0]) && rhs[1] == 0) ? ST_CHAR : ST_BAD);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_fnmatch.c85 if(ISALPHA(c) && ISLOWER(c))
365 found = ISALPHA(*s);
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.c48 #define ISALPHA(c) (ISASCII(c) && isalpha(c)) macro
184 if (ISALPHA(t_ch))

Completed in 185 milliseconds

123