Searched refs:isgraph (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lstdc72 int (isgraph)(int c);
H A Dllib-lposix172 int (isgraph)(int c);
/freebsd-10.0-release/contrib/ntp/libopts/
H A Dusage.c470 else if (! isgraph( pOD->optValue)) {
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dusage.c470 else if (! isgraph( pOD->optValue)) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-rdp.c293 printf_unfiltered ("%c", isgraph (restype) ? restype : ' ');
325 printf_unfiltered ("%c", isgraph (restype) ? restype : ' ');
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_web.c812 while (isgraph(*b) && *b != '#')
819 while (isgraph(*b) && *b != '"')
H A Dwps_upnp_ssdp.c720 !isgraph(buf[strlen("M-SEARCH")])) {
H A Dwps_er.c513 (tagname[6] == '>' || !isgraph(tagname[6]))) {
/freebsd-10.0-release/lib/libz/
H A Dtrees.c605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1076 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/freebsd-10.0-release/usr.bin/lex/
H A Dinitparse.c1676 { CCL_EXPR(isgraph); }
1732 { CCL_NEG_EXPR(isgraph); }
/freebsd-10.0-release/contrib/flex/
H A Dflexdef.h1151 #define b_isgraph(c) (isgraph(c)?true:false)
/freebsd-10.0-release/contrib/mdocml/
H A Dread.c337 (isgraph(c) || isblank(c)))) {
H A Dterm.c569 ! isgraph((unsigned char)word[i])) {
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c731 } else if (isgraph(UChar(ch))) {
/freebsd-10.0-release/lib/libedit/
H A Dchared.c215 if (isgraph(p))
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_arc.c930 ((c == '\r') ? 'R' : (isgraph((int)c) ? c : '?')),
/freebsd-10.0-release/contrib/one-true-awk/
H A Db.c776 { "graph", 5, isgraph },
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Ddfa.c64 #ifndef isgraph
65 #define isgraph(C) (isprint(C) && !isspace(C)) macro
78 #define ISGRAPH(C) isgraph(C)
90 #define ISGRAPH(C) (isascii(C) && isgraph(C))
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h572 extern int isgraph(int);
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dconf.h1678 # define isgraph(c) (isprint(c) && (c != ' ')) macro
/freebsd-10.0-release/contrib/ldns/
H A Dhost2str.c304 } else if (!(isascii(c) && isgraph(c))) {
/freebsd-10.0-release/contrib/sendmail/src/
H A Dheaders.c174 while (isascii(*p) && isgraph(*p) && *p != ':')
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4672 isgraph(_CharT __c, const locale& __loc) function
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c223 # ifdef isgraph
224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))

Completed in 230 milliseconds

123