Symbol: stravis
bin/ksh/history.c
705
stravis(&encoded, c, VIS_SAFE | VIS_NL) != -1) {
bin/ksh/history.c
852
if (stravis(&encoded, *hp, VIS_SAFE | VIS_NL) != -1) {
include/vis.h
81
int stravis(char **, const char *, int);
lib/libc/hidden/vis.h
23
PROTO_DEPRECATED(stravis);
usr.bin/finger/util.c
107
if (stravis(&pn->realname, name, VIS_SAFE|VIS_NOSLASH) == -1)
usr.bin/finger/util.c
110
if (stravis(&pn->office, p, VIS_SAFE|VIS_NOSLASH) == -1)
usr.bin/finger/util.c
114
if (stravis(&pn->officephone, p, VIS_SAFE|VIS_NOSLASH) == -1)
usr.bin/finger/util.c
118
if (stravis(&pn->homephone, p, VIS_SAFE|VIS_NOSLASH) == -1)
usr.bin/ftp/fetch.c
956
if (stravis(&visbuf, redirurl, VIS_SAFE) == -1)
usr.bin/tmux/log.c
112
if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) {
usr.sbin/acme-client/netproc.c
427
if (detail != NULL && stravis(&error, detail, VIS_SAFE)
usr.sbin/acme-client/netproc.c
441
if (stravis(&accturi, c->kid, VIS_SAFE) != -1)
usr.sbin/acme-client/netproc.c
480
if (stravis(&accturi, c->kid, VIS_SAFE) != -1)
usr.sbin/acme-client/netproc.c
948
if (stravis(&error, chngs[i].error, VIS_SAFE)
usr.sbin/cron/do_command.c
170
if (stravis(&x, e->cmd, 0) != -1) {
usr.sbin/hostctl/hostctl.c
150
if (stravis(&str, pvr.pvr_key,
usr.sbin/hostctl/hostctl.c
210
if (stravis(&str, pvr.pvr_value, VIS_SAFE | VIS_CSTYLE) == -1)
usr.sbin/httpd/server.c
1284
(void)stravis(&vmsg, msg, HTTPD_LOGVIS);
usr.sbin/httpd/server_http.c
1896
stravis(&user, clt->clt_remote_user, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1899
stravis(&version, desc->http_version, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1935
stravis(&user, clt->clt_remote_user, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1941
stravis(&user, tls_peer_cert_subject(clt->clt_tls_ctx),
usr.sbin/httpd/server_http.c
1945
stravis(&version, desc->http_version, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1948
stravis(&agent_v, agent->kv_value, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1986
stravis(&xff_v, xff->kv_value, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
1995
stravis(&xfp_v, xfp->kv_value, HTTPD_LOGVIS) == -1)
usr.sbin/httpd/server_http.c
941
if (stravis(&escapedmsg, msg, VIS_DQ) == -1) {
usr.sbin/syslogd/syslogd.c
1233
if (stravis(&cntmp, cn, VIS_WHITE) == -1)
usr.sbin/tftpd/tftpd.c
483
if (stravis(&nicebuf, filename, VIS_SAFE|VIS_OCTAL) == -1)