Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libc/gen/
H A Dtolower_.c55 tolower(int c) in tolower() function
/openbsd-src/include/
H A Dctype.h175 __only_inline int tolower(int _c) in tolower() function
/openbsd-src/sys/lib/libsa/
H A Dstand.h119 #define tolower(c) (isupper(c)?((c) - 'A' + 'a'):(c)) macro
/openbsd-src/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-src/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-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf184 tolower keyword
/openbsd-src/sys/kern/
H A Dtty.c167 #define tolower(c) ((c) - 'A' + 'a') macro