Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/compat/
H A Dvis.h42 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ macro
118 if (flag & VIS_CSTYLE) {
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.h50 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ macro
H A Dsetproctitle.c154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
H A Dvis.c73 if (flag & VIS_CSTYLE) { in vis()
/freebsd/contrib/libc-vis/
H A Dvis.h43 #define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */ macro
H A Dvis.c209 if (flags & VIS_CSTYLE) { in do_mbyte()
/freebsd/lib/libc/stdio/
H A Dxprintf_vis.c73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
/freebsd/bin/ps/
H A Dfmt.c79 VIS_NL | VIS_CSTYLE); in shquote()
/freebsd/libexec/talkd/
H A Dannounce.c117 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
/freebsd/contrib/vis/
H A Dvis.c79 eflags |= VIS_CSTYLE; in main()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c41 VIS_CSTYLE,
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c184 if (flag & VIS_CSTYLE) { in do_svis()
H A Dvis.hin55 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */
/freebsd/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c586 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL); in logmsg()
588 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL); in logmsg()
/freebsd/contrib/mtree/
H A Dspec.c439 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c1453 strsnvis(buf, buflen, slink, VIS_CSTYLE, extra); in metadata_log()
/freebsd/usr.bin/top/
H A Dmachine.c1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1196 VIS_CSTYLE|VIS_TAB|VIS_NL) <= in print_iovec()
1664 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string) in print_arg()
/freebsd/usr.bin/kdump/
H A Dkdump.c1733 vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1)); in visdump()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_io.c261 (void) vis(visbuf, str[i], VIS_CSTYLE, 0); in print_xml_string()