Searched refs:isgraph (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/usr.bin/localedef/bootstrap/
H A Dctype.h54 int isgraph(int);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h21 { "graph", isgraph },
H A Dvis.c50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
56 isgraph((u_char)(c))))))
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h21 int isgraph(int c);
47 #undef isgraph macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/freebsd-13-stable/lib/libc/locale/
H A Disctype.c97 #undef isgraph macro
99 isgraph(int c) function
H A DMakefile.inc37 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
56 MLINKS+=isgraph.3 isgraph_l.3
/freebsd-13-stable/include/
H A Dctype.h55 int isgraph(int);
94 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd-13-stable/contrib/libc-vis/
H A Dvis.c105 #define iscgraph(c) isgraph(c)
114 rv = isgraph(c);
H A Dunvis.c326 if (isgraph(c)) {
/freebsd-13-stable/contrib/apr/include/
H A Dapr_lib.h210 /** @see isgraph */
211 #define apr_isgraph(c) (isgraph(((unsigned char)(c))))
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dhttpread.c111 end1 = !isgraph(c1);
112 end2 = !isgraph(c2);
162 while (isgraph(*hbp))
180 while (isgraph(*hbp))
206 if (!isgraph(*hbp))
215 while (isgraph(*hbp))
253 while (isgraph(*hbp))
263 while (isgraph(*hbp))
304 if (!isgraph(*hbp))
H A Dupnp_xml.c209 !isgraph(tagname[match_len]))) {
/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h81 #define ISGRAPH isgraph
/freebsd-13-stable/lib/ncurses/ncurses/
H A Dtermcap.c204 (*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok))))
/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c70 * isgraph is defined to work on an 'int', in the range 0 to 255, plus EOF.
73 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
/freebsd-13-stable/usr.bin/tip/tip/
H A Dtipout.c183 if (!isgraph(*cp)) {
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dvis.c179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) ||
218 if (isgraph(c)) {
/freebsd-13-stable/contrib/flex/src/
H A Dparse.y890 | CCE_GRAPH { CCL_EXPR(isgraph); }
911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
H A Dflexdef.h1087 #define b_isgraph(c) (isgraph(c)?true:false)
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c73 } else if (is7bits((int) c) && (isgraph((int) c) || c == ' ')) {
/freebsd-13-stable/usr.bin/localedef/
H A Dwide.c148 if (isascii(*mb) && isgraph(*mb)) {
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_msgpack.c92 } while (!isgraph (c));
/freebsd-13-stable/stand/libsa/
H A Dstand.h242 static __inline int isgraph(int c) function

Completed in 312 milliseconds

12