Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Disgraph.c7 int isgraph(int c) in isgraph() function
H A Dispunct.c9 return isgraph(c) && !isalnum(c); in ispunct()
H A Dsub.mk26 srcs-y += isgraph.c
/optee_os/lib/libutils/isoc/include/
H A Dctype.h12 int isgraph(int c);
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcompare_testvector.c32 if(isgraph(p[y])) in s_print_hex()