Searched defs:ISUPPER (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dfnmatch.c36 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
H A Dregex.c244 # define ISUPPER macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h78 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h96 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dwildmatch.c53 #define ISUPPER(c) (ISASCII(c) && isupper(c)) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dpartime.c72 #define ISUPPER(c) (CTYPE_DOMAIN (c) && isupper (c)) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h289 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h391 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1709 #define ISUPPER(c) (ISASCII(c) && isupper((unsigned char)(c))) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dpattern.c2434 #define ISUPPER(x) iswupper(x) macro
2440 #define ISUPPER(x) isupper(x) macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c285 #define ISUPPER macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c237 # define ISUPPER macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c359 # define ISUPPER macro
410 # define ISUPPER macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1633 #define ISUPPER(c) rb_isupper((unsigned char)(c)) macro

Completed in 344 milliseconds