Symbol: VIS_WHITE
bin/ls/util.c
67
flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
include/vis.h
68
#define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
lib/libc/gen/utmpx.c
315
VIS_WHITE | VIS_NOLOCALE);
lib/libedit/history.c
874
(void) strvis(ptr, str, VIS_WHITE);
lib/libedit/readline.c
2132
vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
libexec/rlogind/rlogind.c
399
sizeof(*fromp), VIS_WHITE);
libexec/telnetd/sys_term.c
606
VIS_WHITE);
tests/lib/libc/gen/t_vis.c
182
jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
tests/lib/libc/gen/t_vis.c
187
cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
tests/lib/libc/gen/t_vis.c
45
VIS_WHITE,
tests/lib/libc/locale/t_mbrtowc.c
187
(void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_mbstowcs.c
204
(void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_mbstowcs.c
214
(void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_mbtowc.c
121
(void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_mbtowc.c
140
(void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_wctomb.c
127
(void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/locale/t_wctomb.c
152
(void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/string/t_strcoll.c
72
strvis(buf_a, *a, VIS_WHITE | VIS_OCTAL);
tests/lib/libc/string/t_strcoll.c
74
strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL);
tests/lib/libcurses/director/testlang_parse.y
491
if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
tests/lib/libutil/t_snprintb.c
49
VIS_WHITE | VIS_OCTAL);
usr.bin/db/db.c
704
r |= VIS_WHITE;
usr.bin/extattr/getextattr.c
221
flag_vis = VIS_SAFE | VIS_WHITE;
usr.bin/finger/lprint.c
117
int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE);
usr.bin/stat/stat.c
1098
sdata + prefixlen, VIS_WHITE | VIS_OCTAL | VIS_CSTYLE);
usr.bin/vis/vis.c
132
eflags |= VIS_WHITE;
usr.sbin/npf/npfctl/npf_parse.y
72
strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);