Searched defs:TOLOWER (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dctype.h23 #undef TOLOWER macro
27 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro
30 # define TOLOWER(c) tolower(c) macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrftime.c309 # define TOLOWER(Ch) towlower (Ch) macro
313 # define TOLOWER(Ch) tolower (Ch) macro
316 # define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dregex.c248 # define TOLOWER macro
250 # define TOLOWER macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dmbscasecmp.c32 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h100 #define TOLOWER(c) (ISUPPER(c) ? tolower(c) : (c)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c30 #define TOLOWER(c) (c | 0x20) macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h265 # define TOLOWER(c) tolower (c) macro
270 # define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ? _tolower (c) : (c)) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h296 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c349 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
352 # define TOLOWER(Ch, L) towlower (Ch) macro
358 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
361 # define TOLOWER(Ch, L) tolower (Ch) macro
365 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dregex.c416 # define TOLOWER macro
418 # define TOLOWER macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h396 # define TOLOWER(Ch) tolower (Ch) macro
399 # define TOLOWER(Ch) (ISUPPER (Ch) ? tolower (Ch) : (Ch)) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1710 #define TOLOWER(c) (ISUPPER(c) ? tolower((unsigned char)(c)) : (c)) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dpattern.c2437 #define TOLOWER(x) towlower(x) macro
2443 #define TOLOWER(x) tolower(x) macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c289 # define TOLOWER macro
291 # define TOLOWER macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1641 #define TOLOWER(c) rb_tolower((unsigned char)(c)) macro

Completed in 403 milliseconds