Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsyntax.c103 if (!isgraph(*p) && *p != '\t' && *p != ' ')
125 if (!isgraph(*p) && *p != '\t' && *p != ' ' && *p != '\n')
/illumos-gate/usr/src/boot/include/
H A Dctype.h53 int isgraph(int);
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h95 extern int isgraph(int);
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c93 isgraph(int c) in isgraph() function
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dbprint.c56 if ( isgraph( (unsigned char)*data )) { in lber_bprint()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c66 #ifndef isgraph
67 #define isgraph(x) (isprint(x)&&!isblank(x)) macro
402 if (isgraph(sc)) in onematch()
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) macro
/illumos-gate/usr/src/lib/libmail/common/
H A Dgetdomain.c77 if (isgraph(*x)) { in look4domain()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c70 #undef isgraph
/illumos-gate/usr/src/head/
H A Dctype.h47 using std::isgraph;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_rcache.c41 #define isvalidrcname(x) ((!ispunct(x))&&isgraph(x))
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c504 if (i != 4 || !isgraph(*file) || in countrefs()
505 !isgraph(*function) || !isdigit(*linenum)) { in countrefs()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel53 isgraph;
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg38 func | isgraph | int | int | ctype.h | +ALL
/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c130 if (isascii(*mb) && isgraph(*mb)) { in show_mb()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c322 !isgraph(req->keydat.dptr[0])) { in resolv_req()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h222 #define iswgraph(x) isgraph(x)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h361 #define iswgraph(c) isgraph(c)
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c796 f = (c == ASCII_HYPH || c > 127 || isgraph(c)) ? in encode1()
844 isgraph((unsigned char)word[i])) in encode()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h249 static __inline int isgraph(int c) in isgraph() function
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c37 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
302 case 'g' : res = isgraph(c); break; in match_class()
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c603 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1060 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c1068 mem = isgraph(i); in prt_ctp()
/illumos-gate/usr/src/cmd/awk/
H A Db.c853 { "graph", 5, isgraph },

12