Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dctype.h99 tolower(int c) in tolower() function
/freebsd-12.1/sys/contrib/ncsw/inc/
H A Dctype_ext.h85 #define tolower(c) __tolower(c) macro
/freebsd-12.1/lib/libc/locale/
H A Disctype.c197 tolower(int c) in tolower() function
/freebsd-12.1/include/
H A Dctype.h101 #define tolower(c) __sbtolower(c) macro
/freebsd-12.1/usr.bin/localedef/
H A Dctype.c83 int32_t tolower; member
/freebsd-12.1/contrib/libstdc++/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
4684 tolower(_CharT __c, const locale& __loc) in tolower() function
/freebsd-12.1/contrib/gcc/cp/
H A Dcfns.gperf184 tolower keyword
/freebsd-12.1/stand/libsa/
H A Dstand.h258 static __inline int tolower(int c) in tolower() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c36 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) macro