Searched refs:VIS_TAB (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h57 #define VIS_TAB 0x08 /* also encode tab */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dsetproctitle.c153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
H A Dvis.c52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h49 #define VIS_TAB 0x08 /* also encode tab */ macro
51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
108 ((flag & VIS_TAB) == 0 && c == '\t') ||
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h51 #define VIS_TAB 0x0008 /* also encode tab */ macro
53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/freebsd-11-stable/contrib/vis/
H A Dvis.c120 eflags |= VIS_TAB;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c43 VIS_TAB,
/freebsd-11-stable/usr.sbin/ofwdump/
H A Dofwdump.c198 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL);
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c143 if (flag & VIS_TAB) *e++ = '\t'; \
/freebsd-11-stable/crypto/openssh/
H A Dlog.c65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/freebsd-11-stable/bin/ps/
H A Dprint.c108 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
137 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
147 VIS_TAB | VIS_NL | VIS_NOSLASH);
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1254 VIS_CSTYLE|VIS_TAB|VIS_NL) <=
1611 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string)

Completed in 130 milliseconds