Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dctype.h97 tolower(int c) in tolower() function
/freebsd-src/sys/contrib/ncsw/inc/
H A Dctype_ext.h85 #define tolower(c) __tolower(c) macro
/freebsd-src/lib/libc/locale/
H A Disctype.c191 tolower(int c) in tolower() function
/freebsd-src/include/
H A Dctype.h98 #define tolower(c) __sbtolower(c) macro
/freebsd-src/usr.bin/localedef/
H A Dctype.c83 int32_t tolower; member
/freebsd-src/stand/libsa/
H A Dstand.h278 static __inline int tolower(int c) tolower() function