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

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/libsa/
H A Dtolower.cpp40 tolower(char c) function
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Disctype.c84 tolower(int c) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h65 #undef tolower macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h167 tolower(int ch) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h253 tolower(char_type __c) const function in class:__ctype_abstract_base
268 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
827 tolower(char_type __c) const function in class:ctype
844 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
2595 tolower(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dicmp6.c1453 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h255 tolower(char_type __c) const function in class:std::__ctype_abstract_base
270 tolower(char_type* __lo, const char_type* __hi) const function in class:std::__ctype_abstract_base
829 tolower(char_type __c) const function in class:std::ctype
846 tolower(char_type* __lo, const char_type* __hi) const function in class:std::ctype
4574 tolower(_CharT __c, const locale& __loc) function in namespace:std

Completed in 145 milliseconds