Symbol: strnvis
bin/csh/str.c
402
(void) strnvis(sdst, short2str(cp), dstsize, VIS_NOSLASH);
include/vis.h
82
int strnvis(char *, const char *, size_t, int)
lib/libc/hidden/vis.h
25
PROTO_DEPRECATED(strnvis);
lib/libedit/history.c
847
(void) strnvis(ptr, ct_encode_string(ev.str, &conv), max_size,
regress/lib/libc/vis/vis_test.c
70
o = strnvis(obuf, ibuf, owant, flags[j]);
regress/lib/libc/vis/vis_test.c
73
o = strnvis(obuf, ibuf, owant, flags[j]);
sbin/bioctl/bioctl.c
1169
strnvis(buf, s, BIOCTL_VIS_BUFLEN, VIS_NL|VIS_CSTYLE);
sbin/dhcpleased/engine.c
1353
strnvis(iface->file, dhcp_hdr->file, sizeof(iface->file),
sys/dev/usb/ugold.c
310
strnvis(model, sc->sc_model, sizeof model);
sys/dev/usb/ugold.c
437
strnvis(model, sc->sc_model, sizeof model);
usr.bin/cdio/cddb.c
106
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
133
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
135
strnvis(copy_buffer, line, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/ftp/fetch.c
817
strnvis(gerror, cp, sizeof gerror, VIS_SAFE);
usr.bin/ftp/fetch.c
864
strnvis(gerror, cp, sizeof gerror, VIS_SAFE);
usr.bin/mail/cmd1.c
229
strnvis(visname, name, sizeof(visname), VIS_SAFE|VIS_NOSLASH);
usr.bin/mail/cmd1.c
234
strnvis(vissub, subjline, sizeof(vissub), VIS_SAFE|VIS_NOSLASH);
usr.bin/showmount/showmount.c
206
strnvis(vp, exp->ex_dirp, sizeof vp, VIS_CSTYLE);
usr.bin/showmount/showmount.c
213
strnvis(vn, grp->gr_name, sizeof vn,
usr.bin/ssh/log.c
364
strnvis(fmtbuf, msgbuf, sizeof(fmtbuf), VIS_SAFE|VIS_OCTAL);
usr.bin/ssh/scp.c
1360
strnvis(encname, name, sizeof(encname), VIS_NL);
usr.bin/tmux/tty-term.c
876
strnvis(out, term->codes[code].value.string, sizeof out,
usr.sbin/bgpd/util.c
233
strnvis(buf, communication, sizeof(buf), VIS_NL | VIS_OCTAL);
usr.sbin/eeprom/ophandlers.c
271
strnvis(vistr, op_buf, size, VIS_NL | VIS_TAB | VIS_OCTAL);
usr.sbin/ftp-proxy/ftp-proxy.c
598
strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
usr.sbin/hostctl/hostctl.c
58
if ((sz = strnvis(dst, src, dstlen, VIS_SAFE | VIS_CSTYLE)) >= dstlen)
usr.sbin/mtree/create.c
140
strnvis(escaped_name, p->fts_name, esc_len,
usr.sbin/mtree/create.c
244
strnvis(escaped_name, name, esc_len, VIS_WHITE | VIS_OCTAL);
usr.sbin/rpki-client/http.c
1287
strnvis(gerror, cp, sizeof gerror, VIS_SAFE);
usr.sbin/rpki-client/http.c
1314
strnvis(gerror, cp, sizeof gerror, VIS_SAFE);
usr.sbin/rpki-client/http.c
225
if (strnvis(buf, uri, sizeof buf, VIS_SAFE) >= (int)sizeof buf) {
usr.sbin/smtpd/mda.c
535
(void)strnvis(dst + 1, ln, dstsz - 2, VIS_SAFE | VIS_CSTYLE | VIS_NL);
usr.sbin/smtpd/smtp_session.c
2177
strnvis(tmp, s->cmd, sizeof tmp, VIS_SAFE | VIS_CSTYLE);
usr.sbin/smtpd/smtp_session.c
946
strnvis(user, s->username, sizeof user, VIS_WHITE | VIS_SAFE);
usr.sbin/smtpd/smtpctl.c
1202
strnvis(errline, e->errorline, sizeof(errline), 0);
usr.sbin/tftpd/tftpd.c
915
(void)strnvis(nicebuf, filename, PATH_MAX,