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

12

/freebsd-9.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-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h58 #undef isgraph macro
74 using ::isgraph;
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/freebsd-9.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-9.3-release/contrib/wpa/src/wps/
H A Dhttpread.c129 end1 = !isgraph(c1);
130 end2 = !isgraph(c2);
199 while (isgraph(*hbp))
211 while (isgraph(*hbp))
237 if (!isgraph(*hbp))
246 while (isgraph(*hbp))
284 while (isgraph(*hbp))
294 while (isgraph(*hbp))
313 while (isgraph(*hbp))
338 if (!isgraph(*hb
[all...]
H A Dupnp_xml.c209 !isgraph(tagname[match_len]))) {
H A Dwps_upnp_ssdp.c104 while (lp > l && !isgraph(lp[-1]))
724 !isgraph(buf[strlen("M-SEARCH")])) {
/freebsd-9.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-9.3-release/include/
H A Dctype.h53 int isgraph(int);
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/freebsd-9.3-release/lib/libc/locale/
H A Disctype.c102 #undef isgraph macro
104 isgraph(c) function
H A DMakefile.inc31 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
50 MLINKS+=isgraph.3 isgraph_l.3
H A DSymbol.map14 isgraph;
/freebsd-9.3-release/contrib/libstdc++/config/os/windiss/
H A Dctype_inline.h87 __ret = isgraph(__c);
/freebsd-9.3-release/contrib/libstdc++/config/os/generic/
H A Dctype_inline.h101 __testis = isgraph(__c);
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dcset.cpp109 csgraph.v[i] = ISASCII(i) && isgraph(i);
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/freebsd-9.3-release/lib/ncurses/ncurses/
H A Dtermcap.c200 (*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok))))
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtipout.c180 if (!isgraph(*cp)) {
/freebsd-9.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-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h430 #ifdef isgraph
431 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c62 } else if (is7bits(c) && (isgraph(c) || c == ' ')) {
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.c157 (isgraph((unsigned char)c) || iswhite(c) || \
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h125 #define Isgraph(x) isgraph((unsigned char)x)
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc72 int (isgraph)(int c);

Completed in 167 milliseconds

12