Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h2003 #define tolower(a) bb_ascii_tolower(a)
2004 static ALWAYS_INLINE unsigned char bb_ascii_tolower(unsigned char a) in bb_ascii_tolower() function