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

12

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel53 isgraph;
/illumos-gate/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
/illumos-gate/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')
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dbprint.c58 if ( isgraph( (unsigned char)*data )) {
/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) function
95 /* isgraph is like is print, but excludes <space> */
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N)) macro
/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/lib/libc/port/locale/
H A Disdigit.c76 #undef isgraph macro
/illumos-gate/usr/src/lib/libmail/common/
H A Dgetdomain.c79 if (isgraph(*x)) {
/illumos-gate/usr/src/head/
H A Dctype.h47 using std::isgraph;
/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/libbc/libc/gen/common/
H A Dctype_.c82 #undef isgraph macro
148 int isgraph(c) function
/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) ||
505 !isgraph(*function) || !isdigit(*linenum)) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c567 f = (c == ASCII_HYPH || c > 127 || isgraph(c)) ?
605 isgraph((unsigned char)word[i]))
H A Dread.c457 (isgraph(c) || isblank(c)))) {
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h363 #define iswgraph(c) isgraph(c)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c324 !isgraph(req->keydat.dptr[0])) {
/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c130 if (isascii(*mb) && isgraph(*mb)) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h222 #define iswgraph(x) isgraph(x)
/illumos-gate/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));
/illumos-gate/usr/src/boot/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));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2136 isgraph((unsigned char)c)) {
2140 while ((c = *strp) != '\0' && isgraph((unsigned char)c) &&
2148 if (c != '\0' && !isgraph((unsigned char)c))
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c146 mdb_printf(isgraph(buf[i]) ? "%c" : "\\%#o", buf[i]);

Completed in 111 milliseconds

12