/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 50 #define VIS_NL 0x10 /* also encode newline */ macro 51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) 109 ((flag & VIS_NL) == 0 && c == '\n') ||
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | vis.h | 58 #define VIS_NL 0x10 /* also encode newline */ macro 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | setproctitle.c | 154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
H A D | vis.c | 53 ((flag & VIS_NL) == 0 && (c) == '\n') || \
|
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 51 #define VIS_NL 0x0010 /* also encode newline */ macro 52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | vis.c | 382 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 63 #define VIS_NL 0x10 /* also encode newline */ 64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
H A D | vis.c | 144 if (flag & VIS_NL) *e++ = '\n'; \
|
/freebsd/bin/ps/ |
H A D | fmt.c | 79 VIS_NL | VIS_CSTYLE); in shquote()
|
H A D | print.c | 100 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments() 129 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command() 139 VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
|
/freebsd/usr.sbin/autofs/ |
H A D | log.c | 100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
|
/freebsd/lib/libiscsiutil/ |
H A D | log.c | 98 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
|
/freebsd/usr.sbin/fstyp/ |
H A D | fstyp.c | 286 VIS_GLOB | VIS_NL, "\"'$"); in main()
|
/freebsd/crypto/openssh/regress/unittests/test_helper/ |
H A D | test_helper.c | 533 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char() 535 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_vis.c | 44 VIS_NL,
|
/freebsd/usr.sbin/ofwdump/ |
H A D | ofwdump.c | 197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
|
/freebsd/contrib/libedit/ |
H A D | hist.c | 198 strvis(buf, ptr, VIS_NL); in hist_command()
|
/freebsd/usr.bin/showmount/ |
H A D | showmount.c | 219 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()
|
/freebsd/crypto/openssh/ |
H A D | log.c | 68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
|
H A D | scp.c | 1411 strnvis(encname, name, sizeof(encname), VIS_NL); in source()
|
/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/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 849 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL); in pstatus()
|
/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()
|