Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
H A Dctype.h47 #undef isgraph
/freebsd-13.1/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-13.1/lib/libc/locale/
H A Disctype.c97 #undef isgraph
99 isgraph(int c) in isgraph() function
H A DMakefile.inc37 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
56 MLINKS+=isgraph.3 isgraph_l.3
H A DSymbol.map14 isgraph;
/freebsd-13.1/include/
H A Dctype.h55 int isgraph(int);
94 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd-13.1/contrib/openbsm/compat/
H A Dvis.h106 else if (isgraph(c) ||
162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
/freebsd-13.1/usr.bin/localedef/bootstrap/
H A Dctype.h54 int isgraph(int);
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dvis.c50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
56 isgraph((u_char)(c))))))
H A Dcharclass.h21 { "graph", isgraph },
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/freebsd-13.1/contrib/apr/include/
H A Dapr_lib.h211 #define apr_isgraph(c) (isgraph(((unsigned char)(c))))
/freebsd-13.1/sys/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/freebsd-13.1/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-13.1/contrib/nvi/common/
H A Dmultibyte.h81 #define ISGRAPH isgraph
/freebsd-13.1/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c73 #define isgraphch(Anychar) isgraph(((int) Anychar) & 255)
/freebsd-13.1/usr.bin/tip/tip/
H A Dtipout.c183 if (!isgraph(*cp)) { in tipout()
/freebsd-13.1/lib/ncurses/ncurses/
H A Dtermcap.c204 (*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok)))) in _nc_read_termcap_entry()
/freebsd-13.1/contrib/flex/src/
H A Dparse.y890 | CCE_GRAPH { CCL_EXPR(isgraph); }
911 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
/freebsd-13.1/contrib/libc-vis/
H A Dvis.c105 #define iscgraph(c) isgraph(c)
114 rv = isgraph(c); in iscgraph()
H A Dunvis.c326 if (isgraph(c)) { in unvis()
/freebsd-13.1/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c73 } else if (is7bits((int) c) && (isgraph((int) c) || c == ' ')) { in _nc_vischar()
/freebsd-13.1/usr.bin/localedef/
H A Dwide.c148 if (isascii(*mb) && isgraph(*mb)) { in show_mb()

123