/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | syntax.c | 105 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 D | ctype.h | 49 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 D | ctype_.c | 82 #undef isgraph 148 int isgraph(c) in isgraph() function
|
/titanic_41/usr/src/head/iso/ |
H A D | ctype_iso.h | 95 extern int isgraph(int);
|
/titanic_41/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 93 isgraph(int c) in isgraph() function
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | bprint.c | 58 if ( isgraph( (unsigned char)*data )) { in lber_bprint()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | ctype.h | 62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | getdomain.c | 79 if (isgraph(*x)) { in look4domain()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | isdigit.c | 76 #undef isgraph
|
/titanic_41/usr/src/head/ |
H A D | ctype.h | 47 using std::isgraph;
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | srv_rcache.c | 41 #define isvalidrcname(x) ((!ispunct(x))&&isgraph(x))
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | display.c | 504 if (i != 4 || !isgraph(*file) || in countrefs() 505 !isgraph(*function) || !isdigit(*linenum)) { in countrefs()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | mapfile_skel | 53 isgraph;
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | ctype_h.cfg | 38 func | isgraph | int | int | ctype.h | +ALL
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | read.c | 350 (isgraph(c) || isblank(c)))) { in mparse_buf_r() 407 (isgraph(c) || isblank(c)))) { in mparse_buf_r()
|
H A D | term.c | 615 isgraph((unsigned char)word[i])) in encode()
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | wide.c | 130 if (isascii(*mb) && isgraph(*mb)) { in show_mb()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_resolv.c | 324 !isgraph(req->keydat.dptr[0])) { in resolv_req()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 363 #define iswgraph(c) isgraph(c)
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 222 #define iswgraph(x) isgraph(x)
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 2136 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 D | trees.c | 607 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 D | locale.c | 1070 mem = isgraph(i); in prt_ctp()
|
/titanic_41/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 146 mdb_printf(isgraph(buf[i]) ? "%c" : "\\%#o", buf[i]); in printbuf()
|