Home
last modified time | relevance | path

Searched refs:VIS_NL (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/openbsm/compat/
H A Dvis.h50 #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 Dvis.h58 #define VIS_NL 0x10 /* also encode newline */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dsetproctitle.c154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
H A Dvis.c53 ((flag & VIS_NL) == 0 && (c) == '\n') || \
/freebsd/contrib/libc-vis/
H A Dvis.h51 #define VIS_NL 0x0010 /* also encode newline */ macro
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c382 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin63 #define VIS_NL 0x10 /* also encode newline */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c144 if (flag & VIS_NL) *e++ = '\n'; \
/freebsd/bin/ps/
H A Dfmt.c79 VIS_NL | VIS_CSTYLE); in shquote()
H A Dprint.c100 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 Dlog.c100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
/freebsd/lib/libiscsiutil/
H A Dlog.c98 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
/freebsd/usr.sbin/fstyp/
H A Dfstyp.c286 VIS_GLOB | VIS_NL, "\"'$"); in main()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c533 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 Dt_vis.c44 VIS_NL,
/freebsd/usr.sbin/ofwdump/
H A Dofwdump.c197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
/freebsd/contrib/libedit/
H A Dhist.c198 strvis(buf, ptr, VIS_NL); in hist_command()
/freebsd/usr.bin/showmount/
H A Dshowmount.c219 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()
/freebsd/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
H A Dscp.c1411 strnvis(encname, name, sizeof(encname), VIS_NL); in source()
/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/usr.sbin/cdcontrol/
H A Dcdcontrol.c849 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL); in pstatus()
/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()