Searched refs:isupper (Results 1 - 25 of 195) sorted by last modified time

12345678

/freebsd-10.0-release/include/
H A Dctype.h58 int isupper(int);
97 #define isupper(c) __sbistype((c), _CTYPE_U) macro
/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c611 if (line[0] != '.' || !isupper(line[1]) || !islower(line[2])) {
637 if (isupper(*line) && islower(line[1]) && line[2] == '\0') {
1004 if (sep != NULL && isupper(sep[1]) &&
1005 isupper(sep[2])) {
/freebsd-10.0-release/usr.bin/tip/libacu/
H A Dventel.c129 if (isupper(*cp))
/freebsd-10.0-release/usr.bin/at/
H A Dat.c795 if (!(islower(queue)||isupper(queue)))
/freebsd-10.0-release/usr.bin/vgrind/
H A Dregexp.c61 #define makelower(c) (isupper((c)) ? tolower((c)) : (c))
/freebsd-10.0-release/usr.bin/lex/
H A Dinitparse.c1683 CCL_EXPR(isupper);
1705 CCL_EXPR(isupper);
1765 CCL_NEG_EXPR(isupper);
/freebsd-10.0-release/usr.bin/catman/
H A Dcatman.c716 if (sep != NULL && isupper((unsigned char)sep[1])
717 && isupper((unsigned char)sep[2])) {
/freebsd-10.0-release/usr.bin/indent/
H A Dio.c641 else if (isupper(*s))
/freebsd-10.0-release/usr.bin/tset/
H A Dtset.c91 usingupper = isupper(*p);
/freebsd-10.0-release/usr.bin/from/
H A Dfrom.c84 if (isupper(*p))
155 if (isupper(ch))
162 if (isupper(ch = *t++))
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_main.c465 else if (isupper(*tmp) || *tmp == '_')
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix177 int (isupper)(int c);
H A Dllib-lstdc77 int (isupper)(int c);
/freebsd-10.0-release/usr.bin/chpass/
H A Dfield.c83 if (isupper(*p)) {
/freebsd-10.0-release/usr.bin/make/
H A Dcond.c404 isupper((unsigned char)*str) ? 'A' : 'a';
H A Dparse.c553 if (src[0] == '.' && isupper ((unsigned char)src[1])) {
822 if (*line == '.' && isupper((unsigned char)line[1])) {
H A Dvar.c1922 isupper((unsigned char)vname[1])) {
2017 isupper((unsigned char)vname[1])) {
/freebsd-10.0-release/usr.bin/find/
H A Dgetdate.y679 if (isupper(*p))
/freebsd-10.0-release/usr.bin/mail/
H A Dcollect.c634 ig = isupper((unsigned char)f) ? NULL : ignore;
H A Dhead.c205 if (!isupper((unsigned char)*cp++))
/freebsd-10.0-release/crypto/openssl/
H A De_os.h306 # undef isupper macro
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c416 if(isupper(ch)) ch = tolower(ch);
417 if(isupper(cl)) cl = tolower(cl);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn_mime.c811 if(isupper(c)) {
821 if(isupper(c)) {
845 if(isupper(c)) {
H A Dt_x509.c500 (isupper(s[1]) && (
502 (isupper(s[2]) &&
/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c524 if (!( isupper(c) || (c == '-') ||

Completed in 320 milliseconds

12345678