Home
last modified time | relevance | path

Searched refs:VIS_CSTYLE (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/bin/ps/
H A Dfmt.c40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE); in fmt_puts()
/netbsd/include/
H A Dvis.h43 #define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */ macro
/netbsd/usr.bin/extattr/
H A Dgetextattr.c117 return VIS_CSTYLE; in parse_flag_vis()
127 return VIS_CSTYLE; in parse_flag_vis()
/netbsd/bin/ls/
H A Dutil.c69 flags |= VIS_CSTYLE; in safe_print()
/netbsd/external/bsd/tmux/dist/
H A Dcmd-save-buffer.c100 VIS_OCTAL|VIS_CSTYLE|VIS_TAB); in cmd_save_buffer_exec()
H A Dlog.c111 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
H A Dpaste.c314 const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in paste_make_sample()
H A Dwindow-buffer.c248 VIS_OCTAL|VIS_CSTYLE|VIS_TAB); in window_buffer_draw()
H A Dscreen.c215 utf8_stravis(&s->path, path, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in screen_set_path()
/netbsd/libexec/talkd/
H A Dannounce.c124 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
/netbsd/usr.bin/vis/
H A Dvis.c79 eflags |= VIS_CSTYLE; in main()
/netbsd/tests/lib/libc/gen/
H A Dt_vis.c41 VIS_CSTYLE,
/netbsd/usr.bin/db/
H A Ddb.c678 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 Dgen_subs.c196 (void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]); in safe_print()
/netbsd/libexec/comsat/
H A Dcomsat.c325 (void)strvis(visline, line, VIS_CSTYLE); in jkfprintf()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c186 if (flag & VIS_CSTYLE) { in do_svis()
H A Dvis.hin55 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */
/netbsd/usr.bin/finger/
H A Dlprint.c117 int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE); in visify()
/netbsd/usr.bin/xinstall/
H A Dxinstall.c1232 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 Dsdp_data.c360 style = VIS_CSTYLE | VIS_NL; in _sdp_putstr()
/netbsd/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c601 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 Dnpf_parse.y72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE); in yyerror()
/netbsd/usr.bin/ktruss/
H A Ddump.c768 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE, in genioprint()
/netbsd/lib/libc/gen/
H A Dvis.c210 if (flags & VIS_CSTYLE) { in do_mbyte()
/netbsd/usr.sbin/mtree/
H A Dspec.c439 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath()

12