Symbol: VIS_CSTYLE
bin/pax/gen_subs.c
180
(void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]);
bin/ps/utf8.c
44
VIS_TAB | VIS_NL | VIS_CSTYLE, mbs[1]) - buf;
lib/libc/gen/vis.c
83
int vis_cstyle = flag & VIS_CSTYLE;
libexec/talkd/announce.c
116
strvis(vis_user, request->l_name, VIS_CSTYLE);
sbin/bioctl/bioctl.c
1169
strnvis(buf, s, BIOCTL_VIS_BUFLEN, VIS_NL|VIS_CSTYLE);
sbin/dhcpleased/printconf.c
67
strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE);
sbin/dhcpleased/printconf.c
84
strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE);
usr.bin/file/magic-test.c
242
strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL);
usr.bin/kdump/kdump.c
1231
flags |= VIS_CSTYLE;
usr.bin/kdump/ktrstruct.c
133
VIS_CSTYLE | VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/showmount/showmount.c
206
strnvis(vp, exp->ex_dirp, sizeof vp, VIS_CSTYLE);
usr.bin/showmount/showmount.c
214
VIS_CSTYLE);
usr.bin/showmount/showmount.c
371
strvis(vn, mp->ml_host, VIS_CSTYLE);
usr.bin/showmount/showmount.c
372
strvis(vp, mp->ml_dirp, VIS_CSTYLE);
usr.bin/showmount/showmount.c
376
strvis(vp, mp->ml_dirp, VIS_CSTYLE);
usr.bin/showmount/showmount.c
380
strvis(vn, mp->ml_host, VIS_CSTYLE);
usr.bin/tmux/arguments.c
617
flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
usr.bin/tmux/hyperlinks.c
148
utf8_stravis(&uri, uri_in, VIS_OCTAL|VIS_CSTYLE);
usr.bin/tmux/hyperlinks.c
149
utf8_stravis(&internal_id, internal_id_in, VIS_OCTAL|VIS_CSTYLE);
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/server-client.c
2718
VIS_OCTAL|VIS_CSTYLE|VIS_NOSLASH);
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-buffer.c
214
VIS_OCTAL|VIS_CSTYLE|VIS_TAB);
usr.bin/tmux/window.c
412
utf8_stravis(&w->name, new_name, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/vis/vis.c
73
eflags |= VIS_CSTYLE;
usr.bin/w/w.c
362
strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
usr.sbin/ftp-proxy/ftp-proxy.c
598
strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
usr.sbin/hostctl/hostctl.c
151
VIS_WHITE | VIS_DQ | VIS_CSTYLE) == -1)
usr.sbin/hostctl/hostctl.c
210
if (stravis(&str, pvr.pvr_value, VIS_SAFE | VIS_CSTYLE) == -1)
usr.sbin/hostctl/hostctl.c
58
if ((sz = strnvis(dst, src, dstlen, VIS_SAFE | VIS_CSTYLE)) >= dstlen)
usr.sbin/httpd/httpd.h
61
#define HTTPD_LOGVIS VIS_NL|VIS_TAB|VIS_CSTYLE
usr.sbin/lpd/printer.c
928
strvisx(visbuf, line, n, VIS_NL | VIS_CSTYLE);
usr.sbin/smtpd/mda.c
535
(void)strnvis(dst + 1, ln, dstsz - 2, VIS_SAFE | VIS_CSTYLE | VIS_NL);
usr.sbin/smtpd/smtp_session.c
2177
strnvis(tmp, s->cmd, sizeof tmp, VIS_SAFE | VIS_CSTYLE);
usr.sbin/usbdevs/usbdevs.c
123
strvis(vr, di.udi_release, VIS_CSTYLE);
usr.sbin/usbdevs/usbdevs.c
127
strvis(vs, di.udi_serial, VIS_CSTYLE);
usr.sbin/usbdevs/usbdevs.c
88
strvis(vv, di.udi_vendor, VIS_CSTYLE);
usr.sbin/usbdevs/usbdevs.c
89
strvis(vp, di.udi_product, VIS_CSTYLE);