Searched defs:apr_tolower (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/apr/include/
H A Dapr_lib.h231 #define apr_tolower(c) (tolower(((unsigned char)(c)))) macro

Completed in 238 milliseconds