Searched refs:VIS_CSTYLE (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 42 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ macro 118 if (flag & VIS_CSTYLE) {
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | vis.h | 50 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ macro
|
H A D | setproctitle.c | 154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
H A D | vis.c | 73 if (flag & VIS_CSTYLE) { in vis()
|
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 43 #define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */ macro
|
H A D | vis.c | 209 if (flags & VIS_CSTYLE) { in do_mbyte()
|
/freebsd/lib/libc/stdio/ |
H A D | xprintf_vis.c | 73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
|
/freebsd/bin/ps/ |
H A D | fmt.c | 79 VIS_NL | VIS_CSTYLE); in shquote()
|
/freebsd/libexec/talkd/ |
H A D | announce.c | 117 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
|
/freebsd/contrib/vis/ |
H A D | vis.c | 79 eflags |= VIS_CSTYLE; in main()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_vis.c | 41 VIS_CSTYLE,
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.c | 184 if (flag & VIS_CSTYLE) { in do_svis()
|
H A D | vis.hin | 55 #define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */
|
/freebsd/crypto/openssh/ |
H A D | log.c | 68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 586 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 D | spec.c | 439 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1453 strsnvis(buf, buflen, slink, VIS_CSTYLE, extra); in metadata_log()
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()
|
/freebsd/usr.bin/truss/ |
H A D | syscalls.c | 1196 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 D | kdump.c | 1733 vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1)); in visdump()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_io.c | 261 (void) vis(visbuf, str[i], VIS_CSTYLE, 0); in print_xml_string()
|