Home
last modified time | relevance | path

Searched refs:stravis (Results 1 – 15 of 15) sorted by relevance

/openbsd/usr.bin/finger/
H A Dutil.c107 if (stravis(&pn->realname, name, VIS_SAFE|VIS_NOSLASH) == -1) in userinfo()
110 if (stravis(&pn->office, p, VIS_SAFE|VIS_NOSLASH) == -1) in userinfo()
114 if (stravis(&pn->officephone, p, VIS_SAFE|VIS_NOSLASH) == -1) in userinfo()
118 if (stravis(&pn->homephone, p, VIS_SAFE|VIS_NOSLASH) == -1) in userinfo()
/openbsd/usr.sbin/hostctl/
H A Dhostctl.c150 if (stravis(&str, pvr.pvr_key, in main()
210 if (stravis(&str, pvr.pvr_value, VIS_SAFE | VIS_CSTYLE) == -1) in main()
/openbsd/lib/libc/hidden/
H A Dvis.h23 PROTO_DEPRECATED(stravis);
/openbsd/include/
H A Dvis.h81 int stravis(char **, const char *, int);
/openbsd/usr.sbin/httpd/
H A Dserver_http.c940 if (stravis(&escapedmsg, msg, VIS_DQ) == -1) { in server_abort_http()
1864 stravis(&user, clt->clt_remote_user, HTTPD_LOGVIS) == -1) in server_log_http()
1867 stravis(&version, desc->http_version, HTTPD_LOGVIS) == -1) in server_log_http()
1903 stravis(&user, clt->clt_remote_user, HTTPD_LOGVIS) == -1) in server_log_http()
1909 stravis(&user, tls_peer_cert_subject(clt->clt_tls_ctx), in server_log_http()
1913 stravis(&version, desc->http_version, HTTPD_LOGVIS) == -1) in server_log_http()
1916 stravis(&agent_v, agent->kv_value, HTTPD_LOGVIS) == -1) in server_log_http()
1954 stravis(&xff_v, xff->kv_value, HTTPD_LOGVIS) == -1) in server_log_http()
1963 stravis(&xfp_v, xfp->kv_value, HTTPD_LOGVIS) == -1) in server_log_http()
H A Dserver.c1287 (void)stravis(&vmsg, msg, HTTPD_LOGVIS); in server_log()
/openbsd/usr.bin/tmux/
H A Dlog.c112 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
/openbsd/usr.sbin/acme-client/
H A Dnetproc.c375 if (detail != NULL && stravis(&error, detail, VIS_SAFE) in donewacc()
389 if (stravis(&accturi, c->kid, VIS_SAFE) != -1) in donewacc()
428 if (stravis(&accturi, c->kid, VIS_SAFE) != -1) in dochkacc()
882 if (stravis(&error, chngs[i].error, VIS_SAFE) in netproc()
/openbsd/lib/libc/gen/
H A Dvis.c242 stravis(char **outp, const char *src, int flag) in stravis() function
/openbsd/bin/ksh/
H A Dhistory.c705 stravis(&encoded, c, VIS_SAFE | VIS_NL) != -1) { in histsave()
852 if (stravis(&encoded, *hp, VIS_SAFE | VIS_NL) != -1) { in history_write()
/openbsd/usr.sbin/cron/
H A Ddo_command.c170 if (stravis(&x, e->cmd, 0) != -1) { in child_process()
/openbsd/lib/libc/
H A DSymbols.list796 stravis
/openbsd/usr.bin/ftp/
H A Dfetch.c955 if (stravis(&visbuf, redirurl, VIS_SAFE) == -1) in url_get()
/openbsd/usr.sbin/tftpd/
H A Dtftpd.c483 if (stravis(&nicebuf, filename, VIS_SAFE|VIS_OCTAL) == -1) in rewrite_map()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9259 INTERCEPTOR(int, stravis, char **dst, const char *src, int flag) {
9261 COMMON_INTERCEPTOR_ENTER(ctx, stravis, dst, src, flag);
9264 int len = REAL(stravis)(dst, src, flag);
9473 COMMON_INTERCEPT_FUNCTION(stravis); \