Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dvis.h56 #define VIS_NL 0x0010 /* also encode newline */ macro
57 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/dragonfly/bin/ps/
H A Dprint.c131 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
135 strvis(vis_env, k->ki_env, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
757 strvis(cpy, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable()
772 strvis(cpy2, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable2()
H A Dfmt.c77 VIS_NL | VIS_CSTYLE); in shquote()
/dragonfly/usr.sbin/autofs/
H A Dlog.c101 ret = strnvis(msgbuf_strvised, msgbuf, sizeof(msgbuf_strvised), VIS_NL); in log_common()
/dragonfly/usr.sbin/fstyp/
H A Dfstyp.c276 VIS_GLOB | VIS_NL, "\"'$"); in main()
/dragonfly/contrib/libedit/src/
H A Dhist.c198 strvis(buf, ptr, VIS_NL); in hist_command()
/dragonfly/usr.bin/showmount/
H A Dshowmount.c210 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()
/dragonfly/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
H A Dscp.c1346 strnvis(encname, name, sizeof(encname), VIS_NL); in source()
/dragonfly/lib/libc/gen/
H A Dvis.c390 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
/dragonfly/usr.sbin/ftp-proxy/
H A Dftp-proxy.c611 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL); in logmsg()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c836 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL); in pstatus()