/netbsd/bin/ps/ |
H A D | fmt.c | 40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE); in fmt_puts()
|
/netbsd/include/ |
H A D | vis.h | 43 #define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */ macro
|
/netbsd/usr.bin/extattr/ |
H A D | getextattr.c | 117 return VIS_CSTYLE; in parse_flag_vis() 127 return VIS_CSTYLE; in parse_flag_vis()
|
/netbsd/bin/ls/ |
H A D | util.c | 69 flags |= VIS_CSTYLE; in safe_print()
|
/netbsd/external/bsd/tmux/dist/ |
H A D | cmd-save-buffer.c | 100 VIS_OCTAL|VIS_CSTYLE|VIS_TAB); in cmd_save_buffer_exec()
|
H A D | log.c | 111 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
|
H A D | paste.c | 314 const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in paste_make_sample()
|
H A D | window-buffer.c | 248 VIS_OCTAL|VIS_CSTYLE|VIS_TAB); in window_buffer_draw()
|
H A D | screen.c | 215 utf8_stravis(&s->path, path, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in screen_set_path()
|
/netbsd/libexec/talkd/ |
H A D | announce.c | 124 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
|
/netbsd/usr.bin/vis/ |
H A D | vis.c | 79 eflags |= VIS_CSTYLE; in main()
|
/netbsd/tests/lib/libc/gen/ |
H A D | t_vis.c | 41 VIS_CSTYLE,
|
/netbsd/usr.bin/db/ |
H A D | db.c | 678 int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL); in parse_encode_option() 687 r |= VIS_CSTYLE; in parse_encode_option()
|
/netbsd/bin/pax/ |
H A D | gen_subs.c | 196 (void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]); in safe_print()
|
/netbsd/libexec/comsat/ |
H A D | comsat.c | 325 (void)strvis(visline, line, VIS_CSTYLE); in jkfprintf()
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | vis.c | 186 if (flag & VIS_CSTYLE) { in do_svis()
|
H A D | vis.hin | 55 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */
|
/netbsd/usr.bin/finger/ |
H A D | lprint.c | 117 int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE); in visify()
|
/netbsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1232 strsvis(buf, p, VIS_CSTYLE, extra); /* encode name */ in metadata_log() 1242 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */ in metadata_log()
|
/netbsd/lib/libbluetooth/ |
H A D | sdp_data.c | 360 style = VIS_CSTYLE | VIS_NL; in _sdp_putstr()
|
/netbsd/dist/pf/usr.sbin/ftp-proxy/ |
H A D | ftp-proxy.c | 601 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL); in logmsg() 603 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL); in logmsg()
|
/netbsd/usr.sbin/npf/npfctl/ |
H A D | npf_parse.y | 72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE); in yyerror()
|
/netbsd/usr.bin/ktruss/ |
H A D | dump.c | 768 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE, in genioprint()
|
/netbsd/lib/libc/gen/ |
H A D | vis.c | 210 if (flags & VIS_CSTYLE) { in do_mbyte()
|
/netbsd/usr.sbin/mtree/ |
H A D | spec.c | 439 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath()
|