Symbol: strvisx
include/vis.h
84
int strvisx(char *, const char *, size_t, int)
lib/libc/hidden/vis.h
28
PROTO_DEPRECATED(strvisx);
regress/lib/libc/vis/vis_test.c
60
strvisx(out, inp, UCHAR_MAX + 1, 0);
regress/usr.sbin/snmpd/snmp.c
842
strvisx(p, buf, root->be_len, VIS_NL);
regress/usr.sbin/snmpd/snmp.c
893
strvisx(p, buf, root->be_len, VIS_NL);
sbin/dhcp6leased/engine.c
1047
strvisx(visbuf, p + 2, opt_hdr.len - 2, VIS_SAFE);
sbin/dhcpleased/engine.c
1054
strvisx(hostname, p, slen, VIS_SAFE);
sbin/dhcpleased/engine.c
1073
strvisx(domainname, p, slen, VIS_SAFE);
sbin/dhcpleased/printconf.c
67
strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE);
sbin/dhcpleased/printconf.c
84
strvisx(buf, p, dho_len, VIS_DQ | VIS_CSTYLE);
usr.bin/cdio/cdio.c
1161
strvisx(vis_catalog,
usr.bin/file/magic-test.c
242
strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL);
usr.bin/kdump/kdump.c
1280
strvisx(visbuf, dp, datalen, VIS_SAFE | VIS_OCTAL);
usr.bin/kdump/ktrstruct.c
132
strvisx(path, sa_un->sun_path, len,
usr.bin/ldap/ldapclient.c
474
if (strvisx(p, value->ostr_val, value->ostr_len,
usr.sbin/acme-client/netproc.c
70
strvisx(nbuf, buf->buf, buf->sz, VIS_SAFE);
usr.sbin/acme-client/revokeproc.c
245
strvisx(visbuf, name_buf, name_len, VIS_SAFE);
usr.sbin/ldapd/logmsg.c
311
strvisx(visbuf, buf, len, 0);
usr.sbin/lpd/printer.c
928
strvisx(visbuf, line, n, VIS_NL | VIS_CSTYLE);
usr.sbin/lpr/common_source/displayq.c
299
n = strvisx(visline, line, i, VIS_SAFE|VIS_NOSLASH);
usr.sbin/npppd/npppd/chap.c
928
strvisx(vissed, radmsg, rmlen, VIS_WHITE);
usr.sbin/npppd/npppd/pap.c
525
strvisx(vissed, radmsg, rmlen, VIS_WHITE);
usr.sbin/rpki-client/tak.c
92
(void)strvisx(res->comments[i], data, length, VIS_SAFE);
usr.sbin/snmpd/smi.c
412
strvisx(p, buf, root->be_len, VIS_NL);
usr.sbin/snmpd/smi.c
466
strvisx(p, buf, root->be_len, VIS_NL);
usr.sbin/snmpd/smi.c
517
strvisx(p, buf, root->be_len, VIS_NL);