| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cctype | 24 int isgraph(int c); 66 #ifdef isgraph 67 #undef isgraph 108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
|
| H A D | ctype.h | 47 #undef isgraph
|
| /freebsd-13.1/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-13.1/lib/libc/locale/ |
| H A D | isctype.c | 97 #undef isgraph 99 isgraph(int c) in isgraph() function
|
| H A D | Makefile.inc | 37 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \ 56 MLINKS+=isgraph.3 isgraph_l.3
|
| H A D | Symbol.map | 14 isgraph;
|
| /freebsd-13.1/include/ |
| H A D | ctype.h | 55 int isgraph(int); 94 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
|
| /freebsd-13.1/contrib/openbsm/compat/ |
| H A D | vis.h | 106 else if (isgraph(c) || 162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
|
| /freebsd-13.1/usr.bin/localedef/bootstrap/ |
| H A D | ctype.h | 54 int isgraph(int);
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_lib.h | 211 #define apr_isgraph(c) (isgraph(((unsigned char)(c))))
|
| /freebsd-13.1/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
|
| /freebsd-13.1/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-13.1/contrib/nvi/common/ |
| H A D | multibyte.h | 81 #define ISGRAPH isgraph
|
| /freebsd-13.1/usr.sbin/lpr/chkprintcap/ |
| H A D | skimprintcap.c | 73 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
|
| /freebsd-13.1/usr.bin/tip/tip/ |
| H A D | tipout.c | 183 if (!isgraph(*cp)) { in tipout()
|
| /freebsd-13.1/lib/ncurses/ncurses/ |
| H A D | termcap.c | 204 (*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok)))) in _nc_read_termcap_entry()
|
| /freebsd-13.1/contrib/flex/src/ |
| H A D | parse.y | 890 | CCE_GRAPH { CCL_EXPR(isgraph); } 911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
|
| /freebsd-13.1/contrib/libc-vis/ |
| H A D | vis.c | 105 #define iscgraph(c) isgraph(c) 114 rv = isgraph(c); in iscgraph()
|
| H A D | unvis.c | 326 if (isgraph(c)) { in unvis()
|
| /freebsd-13.1/contrib/ncurses/ncurses/trace/ |
| H A D | visbuf.c | 73 } else if (is7bits((int) c) && (isgraph((int) c) || c == ' ')) { in _nc_vischar()
|
| /freebsd-13.1/usr.bin/localedef/ |
| H A D | wide.c | 148 if (isascii(*mb) && isgraph(*mb)) { in show_mb()
|