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

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h75 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h94 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dwildmatch.c50 #define ISLOWER(c) (ISASCII(c) && islower(c)) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclExtdInt.h175 #define ISLOWER(c) (islower ((unsigned char) c)) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h290 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h388 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1705 #define ISLOWER(c) (ISASCII(c) && islower((unsigned char)(c))) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dpattern.c2435 #define ISLOWER(x) iswlower(x) macro
2441 #define ISLOWER(x) islower(x) macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c282 #define ISLOWER macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c234 # define ISLOWER macro
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c246 #define ISLOWER(c) islower (CHAR(c)) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c348 # define ISLOWER macro
407 # define ISLOWER macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c241 # define ISLOWER macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1634 #define ISLOWER(c) rb_islower((unsigned char)(c)) macro

Completed in 703 milliseconds