/openbsd/usr.bin/finger/ |
H A D | util.c | 107 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 D | hostctl.c | 150 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 D | vis.h | 23 PROTO_DEPRECATED(stravis);
|
/openbsd/include/ |
H A D | vis.h | 81 int stravis(char **, const char *, int);
|
/openbsd/usr.sbin/httpd/ |
H A D | server_http.c | 940 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 D | server.c | 1287 (void)stravis(&vmsg, msg, HTTPD_LOGVIS); in server_log()
|
/openbsd/usr.bin/tmux/ |
H A D | log.c | 112 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
|
/openbsd/usr.sbin/acme-client/ |
H A D | netproc.c | 375 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 D | vis.c | 242 stravis(char **outp, const char *src, int flag) in stravis() function
|
/openbsd/bin/ksh/ |
H A D | history.c | 705 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 D | do_command.c | 170 if (stravis(&x, e->cmd, 0) != -1) { in child_process()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 796 stravis
|
/openbsd/usr.bin/ftp/ |
H A D | fetch.c | 955 if (stravis(&visbuf, redirurl, VIS_SAFE) == -1) in url_get()
|
/openbsd/usr.sbin/tftpd/ |
H A D | tftpd.c | 483 if (stravis(&nicebuf, filename, VIS_SAFE|VIS_OCTAL) == -1) in rewrite_map()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9259 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); \
|