Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Disxdigit.c7 int isxdigit(int c) in isxdigit() function
H A Dsub.mk11 srcs-y += isxdigit.c
/optee_os/lib/libutils/isoc/include/
H A Dctype.h18 int isxdigit(int c);
/optee_os/lib/libutee/
H A Dtee_uuid_from_str.c18 if (isxdigit(lc)) in hex()