Symbol: VIS_OCTAL
lib/libc/gen/vis.c
84
int vis_octal = flag & VIS_OCTAL;
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);
usr.bin/file/magic-test.c
242
strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL);
usr.bin/kdump/kdump.c
1280
strvisx(visbuf, dp, datalen, VIS_SAFE | VIS_OCTAL);
usr.bin/ssh/log.c
364
strnvis(fmtbuf, msgbuf, sizeof(fmtbuf), VIS_SAFE|VIS_OCTAL);
usr.bin/ssh/utf8.c
186
tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0);
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
82
eflags |= VIS_OCTAL;
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/mtree/create.c
141
VIS_WHITE | VIS_OCTAL | VIS_GLOB);
usr.sbin/mtree/create.c
244
strnvis(escaped_name, name, esc_len, VIS_WHITE | VIS_OCTAL);
usr.sbin/tftpd/tftpd.c
483
if (stravis(&nicebuf, filename, VIS_SAFE|VIS_OCTAL) == -1)
usr.sbin/tftpd/tftpd.c
916
VIS_SAFE|VIS_OCTAL);