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

12

/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dcharclass.h21 { "graph", isgraph },
H A Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 isgraph((u_char)(c)))))
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h58 #undef isgraph macro
74 using ::isgraph;
/freebsd-10.3-release/contrib/libstdc++/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-ascii.c68 if (!isgraph(s) &&
95 *(asp++) = (isgraph(s1) ? s1 : '.');
96 *(asp++) = (isgraph(s2) ? s2 : '.');
112 *(asp++) = (isgraph(s1) ? s1 : '.');
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dhttpread.c123 end1 = !isgraph(c1);
124 end2 = !isgraph(c2);
193 while (isgraph(*hbp))
205 while (isgraph(*hbp))
231 if (!isgraph(*hbp))
240 while (isgraph(*hbp))
278 while (isgraph(*hbp))
288 while (isgraph(*hbp))
307 while (isgraph(*hbp))
332 if (!isgraph(*hb
[all...]
H A Dupnp_xml.c209 !isgraph(tagname[match_len]))) {
H A Dwps_upnp_web.c812 while (isgraph(*b) && *b != '#')
819 while (isgraph(*b) && *b != '"')
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dsystem.h168 #ifndef isgraph
169 # define isgraph(C) (isprint(C) && !isspace(C)) macro
187 #define ISGRAPH(C) (IN_CTYPE_DOMAIN (C) && isgraph (C))
/freebsd-10.3-release/lib/libc/locale/
H A Disctype.c102 #undef isgraph macro
104 isgraph(c) function
H A DMakefile.inc37 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
56 MLINKS+=isgraph.3 isgraph_l.3
/freebsd-10.3-release/include/
H A Dctype.h53 int isgraph(int);
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd-10.3-release/contrib/libstdc++/config/os/windiss/
H A Dctype_inline.h87 __ret = isgraph(__c);
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_lib.h210 /** @see isgraph */
211 #define apr_isgraph(c) (isgraph(((unsigned char)(c))))
/freebsd-10.3-release/contrib/libstdc++/config/os/generic/
H A Dctype_inline.h101 __testis = isgraph(__c);
/freebsd-10.3-release/contrib/nvi/common/
H A Dmultibyte.h83 #define ISGRAPH isgraph
/freebsd-10.3-release/contrib/groff/src/libs/libgroff/
H A Dcset.cpp109 csgraph.v[i] = ISASCII(i) && isgraph(i);
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/freebsd-10.3-release/lib/ncurses/ncurses/
H A Dtermcap.c200 (*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok))))
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dtipout.c181 if (!isgraph(*cp)) {
/freebsd-10.3-release/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-10.3-release/crypto/heimdal/lib/roken/
H A Dvis.c179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) ||
218 if (isgraph(c)) {
/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c62 } else if (is7bits(c) && (isgraph(c) || c == ' ')) {
/freebsd-10.3-release/lib/libedit/
H A Dchartype.h125 #define Isgraph(x) isgraph((unsigned char)x)
/freebsd-10.3-release/contrib/flex/
H A Dparse.y888 | CCE_GRAPH { CCL_EXPR(isgraph); }
909 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }

Completed in 336 milliseconds

12