/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.c | 111 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 D | upnp_xml.c | 209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cctype | 24 int isgraph(int c); 74 #ifdef isgraph 75 # undef isgraph 115 using ::isgraph _LIBCPP_USING_IF_EXISTS;
|
H A D | ctype.h | 21 int isgraph(int c); 49 # undef isgraph
|
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 106 else if (isgraph(c) || 162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
|
/freebsd/include/ |
H A D | ctype.h | 52 int isgraph(int); 91 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
|
/freebsd/lib/libc/locale/ |
H A D | isctype.c | 91 #undef isgraph 93 isgraph(int c) in isgraph() function
|
H A D | Makefile.inc | 34 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \ 58 MLINKS+=isgraph.3 isgraph_l.3
|
H A D | Symbol.map | 10 isgraph;
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | vis.c | 50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \ 56 isgraph((u_char)(c))))))
|
H A D | charclass.h | 21 { "graph", isgraph },
|
/freebsd/usr.bin/localedef/bootstrap/ |
H A D | ctype.h | 50 int (isgraph)(int); variable
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ctype.h | 36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | numtoa.c | 72 * isgraph() is similar to isprint() but excludes space. in refid_str() 77 if (!isgraph((int)*cp)) {
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cctype.inc | 16 using ::isgraph _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cctype.cppm |
|
H A D | cctype.inc | 16 using std::isgraph _LIBCPP_USING_IF_EXISTS;
|
H A D | locale.inc | 23 using std::isgraph;
|
H A D | locale.cppm |
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.c | 179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) || in do_svis() 218 if (isgraph(c)) { in do_svis()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ctype_ext.h | 60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
|
/freebsd/crypto/openssl/test/ |
H A D | ctype_internal_test.c | 43 && TEST_int_eq(isgraph(n) != 0, ossl_isgraph(n) != 0) in test_ctype_chars()
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 81 #define ISGRAPH isgraph
|
/freebsd/usr.bin/tip/tip/ |
H A D | tipout.c | 173 if (!isgraph(*cp)) { in tipout()
|
/freebsd/usr.sbin/lpr/chkprintcap/ |
H A D | skimprintcap.c | 71 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
|