Home
last modified time | relevance | path

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

/trueos/contrib/openbsm/compat/
HDvis.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') ||
/trueos/crypto/openssh/openbsd-compat/
HDvis.h57 #define VIS_TAB 0x08 /* also encode tab */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
HDsetproctitle.c153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
HDvis.c47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
/trueos/contrib/libc-vis/
HDvis.h51 #define VIS_TAB 0x0008 /* also encode tab */ macro
53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
HDvis.c334 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
/trueos/crypto/heimdal/lib/roken/
HDvis.hin62 #define VIS_TAB 0x08 /* also encode tab */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
HDvis.c143 if (flag & VIS_TAB) *e++ = '\t'; \
/trueos/contrib/netbsd-tests/lib/libc/gen/
HDt_vis.c42 VIS_TAB,
/trueos/contrib/vis/
HDvis.c120 eflags |= VIS_TAB; in main()
/trueos/bin/ps/
HDprint.c106 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments()
134 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
144 VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
/trueos/usr.sbin/ofwdump/
HDofwdump.c191 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_properties()
/trueos/crypto/openssh/
HDlog.c66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/trueos/usr.bin/truss/
HDsyscalls.c668 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string) in print_arg()