Searched refs:_tolower (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h267 # ifndef _tolower
268 # define _tolower(c) tolower (c) macro
270 # define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ? _tolower (c) : (c))
/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h273 #define _tolower(c) __tolower(c) macro
434 int _tolower(int);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXutil.c21 #ifndef _tolower
22 # define _tolower tolower macro
244 theChar = _tolower (theChar);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp-help.c816 #ifdef _tolower
817 int lower_cmp = _tolower (first1) - _tolower (first2);
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.c416 # ifdef _tolower
417 # define TOLOWER(c) _tolower(c)
/macosx-10.10/lsof-53/lsof/lib/
H A Dregex.c289 #ifdef _tolower
290 # define TOLOWER(c) _tolower(c)
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c241 # ifdef _tolower
242 # define TOLOWER(c) _tolower(c)
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dregex.c248 # ifdef _tolower
249 # define TOLOWER(c) _tolower(c)

Completed in 285 milliseconds