Symbol: VIS_CSTYLE
bin/ls/util.c
69
flags |= VIS_CSTYLE;
bin/pax/gen_subs.c
196
(void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]);
bin/ps/fmt.c
40
len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
600
strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
602
strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
lib/libbluetooth/sdp_data.c
360
style = VIS_CSTYLE | VIS_NL;
lib/libc/gen/vis.c
212
if (flags & VIS_CSTYLE) {
libexec/comsat/comsat.c
325
(void)strvis(visline, line, VIS_CSTYLE);
libexec/talkd/announce.c
124
strvis(vis_user, request->l_name, VIS_CSTYLE);
sbin/gpt/show.c
146
stravis(&res, (char *)utfbuf, VIS_CSTYLE|VIS_OCTAL|VIS_TAB|VIS_NL);
tests/lib/libc/gen/t_vis.c
41
VIS_CSTYLE,
usr.bin/cksum/cksum.c
426
filename, VIS_META|VIS_CSTYLE) == -1) {
usr.bin/db/db.c
678
int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL);
usr.bin/db/db.c
687
r |= VIS_CSTYLE;
usr.bin/extattr/getextattr.c
117
return VIS_CSTYLE;
usr.bin/extattr/getextattr.c
127
return VIS_CSTYLE;
usr.bin/finger/lprint.c
117
int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE);
usr.bin/kdump/kdump.c
1331
(void)svis(visbuf, *dp, VIS_CSTYLE,
usr.bin/ktruss/dump.c
768
(void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE,
usr.bin/sdpquery/print.c
639
style = VIS_CSTYLE | VIS_NL;
usr.bin/stat/stat.c
1098
sdata + prefixlen, VIS_WHITE | VIS_OCTAL | VIS_CSTYLE);
usr.bin/vis/vis.c
79
eflags |= VIS_CSTYLE;
usr.bin/xinstall/xinstall.c
1282
strsvis(buf, p, VIS_CSTYLE, extra); /* encode name */
usr.bin/xinstall/xinstall.c
1290
strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */
usr.sbin/mtree/spec.c
440
strsvis(pathbuf, path, VIS_CSTYLE, extra);
usr.sbin/npf/npfctl/npf_parse.y
72
strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);