Searched refs:isupper (Results 1 - 25 of 236) sorted by relevance

12345678910

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dstrcasecmp.c46 if (isupper(ac))
49 if (isupper(bc))
H A Dstrncasecmp.c50 if (isupper(ac))
53 if (isupper(bc))
/macosx-10.10/uucp-11/uucp/lib/
H A Dstrcas.c21 if (isupper (BUCHAR (b1)))
23 if (isupper (BUCHAR (b2)))
H A Dstrncs.c24 if (isupper (BUCHAR (b1)))
26 if (isupper (BUCHAR (b2)))
H A Descape.c77 else if (isupper (BUCHAR (zfrom[1])))
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dgrdcmp.c60 else if (isupper (b1))
64 else if (isupper (b2))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dctype.h27 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c))
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dcharclass.h26 { "upper", isupper },
/macosx-10.10/sudo-73/src/emul/
H A Dcharclass.h34 { "upper", isupper },
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDisallowCType.h58 #undef isupper macro
75 #define isupper isupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dmbscasecmp.c32 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsub.c89 if (isupper(c))
93 if (isupper(c))
126 if (isupper(c))
222 if (isupper(c))
226 if (isupper(c))
/macosx-10.10/apr-32/apr/apr/strings/
H A Dapr_fnmatch.c138 else if (nocase && (isupper(**string) || isupper(*startch)
139 || isupper(**pattern))
151 else if (nocase && (isupper(**string) || isupper(**pattern))
178 else if (nocase && (isupper(**string) || isupper(**pattern))
/macosx-10.10/sudo-73/src/
H A Dfnmatch.c228 else if (nocase && (isupper((unsigned char)**string) ||
229 isupper((unsigned char)*startch) ||
230 isupper((unsigned char)**pattern))
242 else if (nocase && (isupper((unsigned char)**string) ||
243 isupper((unsigned char)**pattern))
270 else if (nocase && (isupper((unsigned char)**string) || isupper((unsigned char)**pattern))
/macosx-10.10/mail_cmds-30/from/
H A Dfrom.c89 if (isupper(*p))
160 if (isupper(ch))
167 if (isupper(ch = *t++))
/macosx-10.10/ruby-106/ruby/missing/
H A Dos2.c66 *s = isupper(*s) ? tolower(*s) : *s;
75 *s = isupper(*s) ? tolower(*s) : *s;
84 *s = isupper(*s) ? tolower(*s) : *s;
/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dgenget.c44 #define LOWER(x) (isupper(x) ? tolower(x) : (x))
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10/gpatch-3/patch/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dcmap.cpp54 cmlower.v[i] = ISASCII(i) && isupper(i) ? tolower(i) : i;
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10/libtelnet-13/
H A Dgenget.c51 #define LOWER(x) (isupper(x) ? tolower(x) : (x))
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Duuid.c69 if (isupper(*s)) {
82 if (isupper(*s)) {

Completed in 1899 milliseconds

12345678910