Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c111 end1 = !isgraph(c1); in word_eq()
112 end2 = !isgraph(c2); in word_eq()
162 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
180 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
206 if (!isgraph(*hbp)) in httpread_hdr_analyze()
215 while (isgraph(*hbp)) in httpread_hdr_analyze()
253 while (isgraph(*hbp)) in httpread_hdr_analyze()
263 while (isgraph(*hbp)) in httpread_hdr_analyze()
304 if (!isgraph(*hbp)) in httpread_hdr_analyze()
H A Dupnp_xml.c209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcctype24 int isgraph(int c);
75 #ifdef isgraph
76 # undef isgraph
116 using ::isgraph _LIBCPP_USING_IF_EXISTS;
H A Dctype.h49 # undef isgraph
/freebsd/contrib/openbsm/compat/
H A Dvis.h106 else if (isgraph(c) ||
162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
/freebsd/include/
H A Dctype.h52 int isgraph(int);
91 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd/lib/libc/locale/
H A Disctype.c91 #undef isgraph
93 isgraph(int c) in isgraph() function
H A DMakefile.inc35 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
59 MLINKS+=isgraph.3 isgraph_l.3
H A DSymbol.map10 isgraph;
/freebsd/usr.bin/localedef/bootstrap/
H A Dctype.h50 int (isgraph)(int); variable
/freebsd/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/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcctype.inc16 using ::isgraph;
/freebsd/contrib/ntp/libntp/
H A Dnumtoa.c77 if (!isgraph((int)*cp)) { in refid_str()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcctype.inc16 using std::isgraph;
H A Dlocale.inc23 using std::isgraph;
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h61 #undef isgraph
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) || in do_svis()
218 if (isgraph(c)) { in do_svis()
/freebsd/crypto/openssl/test/
H A Dctype_internal_test.c43 && TEST_int_eq(isgraph(n) != 0, ossl_isgraph(n) != 0) in test_ctype_chars()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h81 #define ISGRAPH isgraph
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c71 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
/freebsd/usr.bin/tip/tip/
H A Dtipout.c173 if (!isgraph(*cp)) { in tipout()
/freebsd/contrib/flex/src/
H A Dparse.y890 | CCE_GRAPH { CCL_EXPR(isgraph); }
911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }

123