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

/freebsd-9.3-release/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h86 { return _tolower(__c); }
/freebsd-9.3-release/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h87 { return _tolower(__c); }
/freebsd-9.3-release/include/
H A Dctype.h105 * POSIX.1-2001 specifies _tolower() and _toupper() to be macros equivalent to
110 * intent. We purposely leave _tolower() and _toupper() undocumented to
115 #define _tolower(c) __sbtolower(c) macro
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h77 extern int _tolower(int);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c241 # ifdef _tolower
242 # define TOLOWER(c) _tolower(c)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c241 # ifdef _tolower
242 # define TOLOWER(c) _tolower(c)

Completed in 94 milliseconds