Symbol: VIS_NL
bin/ksh/history.c
705
stravis(&encoded, c, VIS_SAFE | VIS_NL) != -1) {
bin/ksh/history.c
852
if (stravis(&encoded, *hp, VIS_SAFE | VIS_NL) != -1) {
bin/ps/utf8.c
44
VIS_TAB | VIS_NL | VIS_CSTYLE, mbs[1]) - buf;
include/vis.h
51
#define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
lib/libc/gen/vis.c
52
int vis_nl = flag & VIS_NL;
regress/lib/libc/vis/vis_test.c
22
VIS_NL,
regress/sbin/iked/test_helper/test_helper.c
366
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
regress/sbin/iked/test_helper/test_helper.c
368
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
519
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
521
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
regress/usr.sbin/snmpd/snmp.c
842
strvisx(p, buf, root->be_len, VIS_NL);
regress/usr.sbin/snmpd/snmp.c
893
strvisx(p, buf, root->be_len, VIS_NL);
sbin/bioctl/bioctl.c
1169
strnvis(buf, s, BIOCTL_VIS_BUFLEN, VIS_NL|VIS_CSTYLE);
sbin/ifconfig/sff.c
497
vis(dst, d[start], VIS_TAB | VIS_NL, 0);
usr.bin/cdio/cddb.c
106
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
133
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
135
strnvis(copy_buffer, line, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/file/magic-test.c
242
strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL);
usr.bin/kdump/kdump.c
1222
showbufc(basecol, (unsigned char *)cp, len, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/kdump.c
1459
showbufc(col, (unsigned char *)ptr, l, VIS_DQ|VIS_TAB|VIS_NL);
usr.bin/kdump/ktrstruct.c
133
VIS_CSTYLE | VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
724
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
728
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
732
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kstat/kstat.c
366
vis(dst, ch, VIS_TAB | VIS_NL, 0);
usr.bin/ldap/ldapclient.c
475
VIS_SAFE|VIS_NL) == -1) {
usr.bin/ssh/scp.c
1360
strnvis(encname, name, sizeof(encname), VIS_NL);
usr.bin/tmux/arguments.c
617
flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
usr.bin/tmux/log.c
112
if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) {
usr.bin/tmux/paste.c
320
const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
usr.bin/tmux/screen.c
247
utf8_stravis(&s->path, path, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/session.c
247
utf8_stravis(&new_name, copy, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/tty-term.c
877
VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/window.c
412
utf8_stravis(&w->name, new_name, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/w/w.c
362
strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
usr.sbin/bgpd/util.c
233
strnvis(buf, communication, sizeof(buf), VIS_NL | VIS_OCTAL);
usr.sbin/eeprom/ophandlers.c
271
strnvis(vistr, op_buf, size, VIS_NL | VIS_TAB | VIS_OCTAL);
usr.sbin/ftp-proxy/ftp-proxy.c
598
strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
usr.sbin/httpd/httpd.h
61
#define HTTPD_LOGVIS VIS_NL|VIS_TAB|VIS_CSTYLE
usr.sbin/lldp/lldp.c
533
vis(dst, buf[i], VIS_NL, 0);
usr.sbin/lpd/printer.c
928
strvisx(visbuf, line, n, VIS_NL | VIS_CSTYLE);
usr.sbin/pcidump/pcidump.c
366
vis(dst, buf[i], VIS_TAB|VIS_NL, 0);
usr.sbin/pcidump/pcidump.c
387
vis(key0, vpd->vpd_key0, VIS_TAB|VIS_NL, 0);
usr.sbin/pcidump/pcidump.c
388
vis(key1, vpd->vpd_key1, VIS_TAB|VIS_NL, 0);
usr.sbin/smtpd/mda.c
535
(void)strnvis(dst + 1, ln, dstsz - 2, VIS_SAFE | VIS_CSTYLE | VIS_NL);
usr.sbin/snmpd/smi.c
412
strvisx(p, buf, root->be_len, VIS_NL);
usr.sbin/snmpd/smi.c
466
strvisx(p, buf, root->be_len, VIS_NL);
usr.sbin/snmpd/smi.c
517
strvisx(p, buf, root->be_len, VIS_NL);
usr.sbin/tcpdump/print-dhcp6.c
119
vis(dst, cp[i], VIS_TAB|VIS_NL, 0);