Searched refs:VIS_TAB (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 49 #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 D | vis.h | 57 #define VIS_TAB 0x08 /* also encode tab */ macro 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | setproctitle.c | 154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
H A D | vis.c | 52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
|
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 50 #define VIS_TAB 0x0008 /* also encode tab */ macro 52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | vis.c | 381 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 62 #define VIS_TAB 0x08 /* also encode tab */ 64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | vis.c | 143 if (flag & VIS_TAB) *e++ = '\t'; \
|
/freebsd/contrib/vis/ |
H A D | vis.c | 129 eflags |= VIS_TAB; in main()
|
/freebsd/bin/ps/ |
H A D | print.c | 100 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 D | test_helper.c | 533 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 D | t_vis.c | 43 VIS_TAB,
|
/freebsd/usr.sbin/ofwdump/ |
H A D | ofwdump.c | 197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
|
/freebsd/crypto/openssh/ |
H A D | log.c | 68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()
|
/freebsd/usr.bin/truss/ |
H A D | syscalls.c | 1196 VIS_CSTYLE|VIS_TAB|VIS_NL) <= in print_iovec() 1664 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string) in print_arg()
|