Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 6 of 6) sorted by path

/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h256 tolower(char_type __c) const in tolower() function
271 tolower(char_type* __lo, const char_type* __hi) const in tolower() function
830 tolower(char_type __c) const in tolower() function
847 tolower(char_type* __lo, const char_type* __hi) const in tolower() function
4683 tolower(_CharT __c, const locale& __loc) in tolower() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h201 tolower(char_type __c) const in tolower() function
205 tolower(char_type* __lo, const char_type* __hi) const in tolower() function
1959 tolower(_CharT __c, const locale& __loc) in tolower() function
/openbsd/include/
H A Dctype.h175 __only_inline int tolower(int _c) in tolower() function
/openbsd/lib/libc/gen/
H A Dtolower_.c55 tolower(int c) in tolower() function
/openbsd/sys/kern/
H A Dtty.c167 #define tolower(c) ((c) - 'A' + 'a') macro
/openbsd/sys/lib/libsa/
H A Dstand.h119 #define tolower(c) (isupper(c)?((c) - 'A' + 'a'):(c)) macro