Searched defs:tolower (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h65 #undef tolower macro
/freebsd-10.1-release/sys/sys/
H A Dctype.h54 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) macro
/freebsd-10.1-release/include/
H A Dctype.h99 #define tolower(c) __sbtolower(c) macro
/freebsd-10.1-release/lib/libc/locale/
H A Disctype.c214 #undef tolower macro
216 tolower(c) function
/freebsd-10.1-release/lib/libstand/
H A Dstand.h220 static __inline int tolower(int c) function
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h256 tolower(char_type __c) const function in class:__ctype_abstract_base
271 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
830 tolower(char_type __c) const function in class:ctype
847 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
4684 tolower(_CharT __c, const locale& __loc) function

Completed in 161 milliseconds