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

12

/freebsd-current/usr.bin/localedef/bootstrap/
H A Dctype.h50 int (isgraph)(int);
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcctype.inc16 using ::isgraph;
/freebsd-current/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-current/contrib/llvm-project/libcxx/include/
H A Dctype.h21 int isgraph(int c);
49 # undef isgraph macro
/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/modules/std/
H A Dcctype.inc16 using std::isgraph;
H A Dlocale.inc23 using std::isgraph;
/freebsd-current/lib/libc/locale/
H A Disctype.c91 #undef isgraph macro
93 isgraph(int c) function
H A DMakefile.inc35 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
59 MLINKS+=isgraph.3 isgraph_l.3
/freebsd-current/contrib/libc-vis/
H A Dvis.c104 #define iscgraph(c) isgraph(c)
113 rv = isgraph(c);
/freebsd-current/include/
H A Dctype.h52 int isgraph(int);
91 #define isgraph(c) __sbistype((c), _CTYPE_G) 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/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h44 #pragma push_macro("isgraph")
61 #undef isgraph macro
86 #pragma pop_macro("isgraph")
/freebsd-current/contrib/ntp/libntp/
H A Dnumtoa.c72 * isgraph() is similar to isprint() but excludes space.
77 if (!isgraph((int)*cp)) {
/freebsd-current/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-current/crypto/openssl/test/
H A Dctype_internal_test.c43 && TEST_int_eq(isgraph(n) != 0, ossl_isgraph(n) != 0)
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h81 #define ISGRAPH isgraph
/freebsd-current/usr.bin/tip/tip/
H A Dtipout.c173 if (!isgraph(*cp)) {
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c68 * isgraph is defined to work on an 'int', in the range 0 to 255, plus EOF.
71 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
/freebsd-current/crypto/heimdal/lib/roken/
H A Dvis.c179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) ||
218 if (isgraph(c)) {
/freebsd-current/contrib/flex/src/
H A Dparse.y890 | CCE_GRAPH { CCL_EXPR(isgraph); }
911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c73 } else if (is7bits((int) c) && (isgraph((int) c) || c == ' ')) {
/freebsd-current/usr.bin/localedef/
H A Dwide.c146 if (isascii(*mb) && isgraph(*mb)) {

Completed in 677 milliseconds

12