Symbol: VIS_NL
bin/ps/fmt.c
79
VIS_NL | VIS_CSTYLE);
bin/ps/print.c
100
strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
bin/ps/print.c
129
strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
bin/ps/print.c
139
VIS_TAB | VIS_NL | VIS_NOSLASH);
crypto/heimdal/lib/roken/vis.c
144
if (flag & VIS_NL) *e++ = '\n'; \
crypto/openssh/log.c
68
#define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
crypto/openssh/openbsd-compat/setproctitle.c
154
VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
crypto/openssh/openbsd-compat/vis.c
53
((flag & VIS_NL) == 0 && (c) == '\n') || \
crypto/openssh/openbsd-compat/vis.h
59
#define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
crypto/openssh/regress/unittests/test_helper/test_helper.c
555
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
557
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
crypto/openssh/scp.c
1401
strnvis(encname, name, sizeof(encname), VIS_NL);
lib/libiscsiutil/log.c
98
ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
sbin/md5/md5.c
402
int vis_mode = VIS_NL | VIS_TAB | VIS_GLOB | VIS_SHELL;
usr.bin/showmount/showmount.c
219
exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$");
usr.bin/top/machine.c
1173
VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL);
usr.bin/truss/syscalls.c
1199
VIS_CSTYLE|VIS_TAB|VIS_NL) <=
usr.bin/truss/syscalls.c
1735
VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string)
usr.sbin/autofs/log.c
70
ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
usr.sbin/cdcontrol/cdcontrol.c
849
(sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL);
usr.sbin/fstyp/fstyp.c
288
VIS_GLOB | VIS_NL, "\"'$");
usr.sbin/ofwdump/ofwdump.c
197
vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL);