Home
last modified time | relevance | path

Searched refs:VIS_TAB (Results 1 – 16 of 16) sorted by relevance

/freebsd/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/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.c154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
H A Dvis.c52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
/freebsd/contrib/libc-vis/
H A Dvis.h50 #define VIS_TAB 0x0008 /* also encode tab */ macro
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c381 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin62 #define VIS_TAB 0x08 /* also encode tab */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c143 if (flag & VIS_TAB) *e++ = '\t'; \
/freebsd/contrib/vis/
H A Dvis.c129 eflags |= VIS_TAB; in main()
/freebsd/bin/ps/
H A Dprint.c100 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments()
129 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
139 VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c533 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()
535 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c43 VIS_TAB,
/freebsd/usr.sbin/ofwdump/
H A Dofwdump.c197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
/freebsd/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/freebsd/usr.bin/top/
H A Dmachine.c1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1196 VIS_CSTYLE|VIS_TAB|VIS_NL) <= in print_iovec()
1664 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string) in print_arg()