Home
last modified time | relevance | path

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

/openbsd/sbin/dhcpleased/
H A Dprintconf.c67 strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE); in print_dhcp_options()
84 strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE); in print_dhcp_options()
H A Dengine.c1041 strvisx(hostname, p, slen, VIS_SAFE); in parse_dhcp()
1060 strvisx(domainname, p, slen, VIS_SAFE); in parse_dhcp()
/openbsd/lib/libc/hidden/
H A Dvis.h28 PROTO_DEPRECATED(strvisx);
/openbsd/include/
H A Dvis.h84 int strvisx(char *, const char *, size_t, int)
/openbsd/usr.sbin/snmpd/
H A Dsmi.c429 strvisx(p, buf, root->be_len, VIS_NL); in smi_print_element_legacy()
483 strvisx(p, buf, root->be_len, VIS_NL); in smi_print_element()
534 strvisx(p, buf, root->be_len, VIS_NL); in smi_print_element()
/openbsd/regress/lib/libc/vis/
H A Dvis_test.c60 strvisx(out, inp, UCHAR_MAX + 1, 0); in main()
/openbsd/lib/libc/gen/
H A Dvis.c261 strvisx(char *dst, const char *src, size_t len, int flag) in strvisx() function
/openbsd/usr.sbin/ldapd/
H A Dlogmsg.c311 strvisx(visbuf, buf, len, 0); in ldap_debug_elements()
/openbsd/usr.sbin/acme-client/
H A Drevokeproc.c188 strvisx(visbuf, name_buf, name_len, VIS_SAFE); in revokeproc()
H A Dnetproc.c68 strvisx(nbuf, buf->buf, buf->sz, VIS_SAFE); in buf_dump()
/openbsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c299 n = strvisx(visline, line, i, VIS_SAFE|VIS_NOSLASH); in displayq()
/openbsd/usr.sbin/npppd/npppd/
H A Dpap.c525 strvisx(vissed, radmsg, rmlen, VIS_WHITE); in pap_radius_response()
H A Dchap.c930 strvisx(vissed, radmsg, rmlen, VIS_WHITE); in chap_radius_response()
/openbsd/regress/usr.sbin/snmpd/
H A Dsnmp.c842 strvisx(p, buf, root->be_len, VIS_NL); in smi_print_element()
893 strvisx(p, buf, root->be_len, VIS_NL); in smi_print_element()
/openbsd/usr.bin/ldap/
H A Dldapclient.c474 if (strvisx(p, value->ostr_val, value->ostr_len, in ldapc_printattr()
/openbsd/usr.bin/kdump/
H A Dktrstruct.c132 strvisx(path, sa_un->sun_path, len, in ktrsockaddr()
H A Dkdump.c1283 strvisx(visbuf, dp, datalen, VIS_SAFE | VIS_OCTAL); in showbuf()
/openbsd/usr.sbin/lpd/
H A Dprinter.c928 strvisx(visbuf, line, n, VIS_NL | VIS_CSTYLE); in recvack()
/openbsd/lib/libc/
H A DSymbols.list796 strvisx
/openbsd/usr.bin/file/
H A Dmagic-test.c242 strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL); in magic_add_string()
/openbsd/usr.bin/cdio/
H A Dcdio.c1161 strvisx(vis_catalog, in pstatus()
/openbsd/sbin/dhcp6leased/
H A Dengine.c1014 strvisx(visbuf, p + 2, len - 2, VIS_SAFE); in parse_ia_pd_options()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9283 INTERCEPTOR(int, strvisx, char *dst, const char *src, SIZE_T len, int flag) {
9285 COMMON_INTERCEPTOR_ENTER(ctx, strvisx, dst, src, len, flag);
9288 int ret = REAL(strvisx)(dst, src, len, flag);
9475 COMMON_INTERCEPT_FUNCTION(strvisx); \