Searched defs:isgraph (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h49 # undef isgraph macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h61 #undef isgraph macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c91 #undef isgraph macro
93 isgraph(int c) function
/freebsd-current/include/
H A Dctype.h91 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd-current/stand/libsa/
H A Dstand.h262 static __inline int isgraph(int c) function
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h1706 # define isgraph(c) (isprint(c) && (c != ' ')) macro

Completed in 327 milliseconds