Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dsyntax.c105 if (!isgraph(*p) && *p != '\t' && *p != ' ')
127 if (!isgraph(*p) && *p != '\t' && *p != ' ' && *p != '\n')
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dctype.h49 extern int isgraph(/* int c */);
71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c82 #undef isgraph
148 int isgraph(c) in isgraph() function
/titanic_41/usr/src/head/iso/
H A Dctype_iso.h95 extern int isgraph(int);
/titanic_41/usr/src/cmd/mdb/common/libstand/
H A Dctype.c93 isgraph(int c) in isgraph() function
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dbprint.c58 if ( isgraph( (unsigned char)*data )) { in lber_bprint()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dctype.h50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
/titanic_41/usr/src/stand/lib/sa/
H A Dctype.h62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
/titanic_41/usr/src/lib/libmail/common/
H A Dgetdomain.c79 if (isgraph(*x)) { in look4domain()
/titanic_41/usr/src/lib/libc/port/locale/
H A Disdigit.c76 #undef isgraph
/titanic_41/usr/src/head/
H A Dctype.h47 using std::isgraph;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_rcache.c41 #define isvalidrcname(x) ((!ispunct(x))&&isgraph(x))
/titanic_41/usr/src/tools/cscope-fast/
H A Ddisplay.c504 if (i != 4 || !isgraph(*file) || in countrefs()
505 !isgraph(*function) || !isdigit(*linenum)) { in countrefs()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel53 isgraph;
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg38 func | isgraph | int | int | ctype.h | +ALL
/titanic_41/usr/src/cmd/mandoc/
H A Dread.c350 (isgraph(c) || isblank(c)))) { in mparse_buf_r()
407 (isgraph(c) || isblank(c)))) { in mparse_buf_r()
H A Dterm.c615 isgraph((unsigned char)word[i])) in encode()
/titanic_41/usr/src/cmd/localedef/
H A Dwide.c130 if (isascii(*mb) && isgraph(*mb)) { in show_mb()
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c324 !isgraph(req->keydat.dptr[0])) { in resolv_req()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h363 #define iswgraph(c) isgraph(c)
/titanic_41/usr/src/lib/libast/common/regex/
H A Dreglib.h222 #define iswgraph(x) isgraph(x)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2136 isgraph((unsigned char)c)) { in getzname()
2140 while ((c = *strp) != '\0' && isgraph((unsigned char)c) && in getzname()
2148 if (c != '\0' && !isgraph((unsigned char)c)) in getzname()
/titanic_41/usr/src/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));
/titanic_41/usr/src/cmd/locale/
H A Dlocale.c1070 mem = isgraph(i); in prt_ctp()
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c146 mdb_printf(isgraph(buf[i]) ? "%c" : "\\%#o", buf[i]); in printbuf()

12