Home
last modified time | relevance | path

Searched defs:isgraph (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dctype.h228 #define isgraph(c) (__isCClass( (int)c, (_CG))) macro
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DCClass.c112 isgraph( in isgraph() function