Home
last modified time | relevance | path

Searched refs:__tolower (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h71 static __inline__ unsigned char __tolower(unsigned char c) in __tolower() function
85 #define tolower(c) __tolower(c)