Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/bootstrap/
H A Dctype.h50 int (isgraph)(int); variable
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/freebsd/lib/libc/locale/
H A Disctype.c93 isgraph(int c) in isgraph() function
/freebsd/include/
H A Dctype.h91 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd/stand/libsa/
H A Dstand.h267 static __inline int isgraph(int c) in isgraph() function
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1706 # define isgraph(c) (isprint(c) && (c != ' ')) macro