Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dtolower.c7 int tolower(int c) in tolower() function
H A Dsub.mk20 srcs-y += tolower.c
/optee_os/lib/libutils/isoc/include/
H A Dctype.h19 int tolower(int c);
/optee_os/lib/libutee/
H A Dtee_uuid_from_str.c14 char lc = tolower(c); in hex()