Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro