Home
last modified time | relevance | path

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

/netbsd/src/include/
Dvis.h51 #define VIS_NL 0x0010 /* also encode newline */ macro
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/netbsd/src/bin/ps/
Dfmt.c40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE); in fmt_puts()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dvis.hin63 #define VIS_NL 0x10 /* also encode newline */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
Dvis.c146 if (flag & VIS_NL) *e++ = '\n'; \
/netbsd/src/bin/ls/
Dutil.c67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE; in safe_print()
/netbsd/src/external/bsd/tmux/dist/
Dlog.c111 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
Dpaste.c330 const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in paste_make_sample()
Dscreen.c244 utf8_stravis(&s->path, path, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in screen_set_path()
Dsession.c248 utf8_stravis(&new_name, copy, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in session_check_name()
Dtty-term.c907 VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in tty_term_describe()
Darguments.c617 flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in args_escape()
Dwindow.c405 utf8_stravis(&w->name, new_name, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in window_set_name()
/netbsd/src/lib/libedit/
Dhist.c198 strvis(buf, ptr, VIS_NL); in hist_command()
/netbsd/src/tests/lib/libc/gen/
Dt_vis.c44 VIS_NL,
/netbsd/src/usr.bin/showmount/
Dshowmount.c224 exp->ex_dirp, VIS_GLOB | VIS_NL); in main()
/netbsd/src/lib/libbluetooth/
Dsdp_data.c360 style = VIS_CSTYLE | VIS_NL; in _sdp_putstr()
/netbsd/src/dist/pf/usr.sbin/ftp-proxy/
Dftp-proxy.c600 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL); in logmsg()
602 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL); in logmsg()
/netbsd/src/external/bsd/cron/dist/
Dmisc.c540 (void)strvisx(dst, src, len, VIS_TAB|VIS_NL); in mkprint()
/netbsd/src/lib/libc/gen/
Dvis.c384 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
/netbsd/src/usr.bin/ktruss/
Ddump.c768 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE, in genioprint()
/netbsd/src/usr.bin/sdpquery/
Dprint.c639 style = VIS_CSTYLE | VIS_NL; in string_vis()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dscp.c1367 strvisx(encname, name, len, VIS_NL); in source()
/netbsd/src/sbin/fdisk/
Dfdisk.c931 strsvisx(visbuf, buf, size, VIS_TAB|VIS_NL|VIS_OCTAL, "\""); in printvis()