Symbol: vasprintf
crypto/heimdal/appl/ftp/ftp/security.c
308
len = vasprintf(&buf, fmt, ap);
crypto/heimdal/appl/ftp/ftp/security.c
379
if (vasprintf(&buf, fmt, ap) == -1) {
crypto/heimdal/appl/ftp/ftpd/security.c
308
len = vasprintf(&buf, fmt, ap);
crypto/heimdal/appl/ftp/ftpd/security.c
379
if (vasprintf(&buf, fmt, ap) == -1) {
crypto/heimdal/appl/gssmask/gssmask.c
78
vasprintf(&message, fmt, ap);
crypto/heimdal/appl/test/http_client.c
91
vasprintf(&str, fmt, ap);
crypto/heimdal/lib/asn1/gen_template.c
281
if (vasprintf(&t->header, fmt, ap) < 0 || t->header == NULL)
crypto/heimdal/lib/asn1/gen_template.c
398
if (vasprintf(&q->line, fmt, ap) < 0 || q->line == NULL)
crypto/heimdal/lib/asn1/gen_template.c
417
if (vasprintf(&tt, ttfmt, ap) < 0 || tt == NULL)
crypto/heimdal/lib/gssapi/krb5/display_status.c
134
e = vasprintf(&str, fmt, args);
crypto/heimdal/lib/hdb/print.c
72
rc = vasprintf(&s, fmt, ap);
crypto/heimdal/lib/hx509/error.c
105
if (vasprintf(&msg->msg, fmt, ap) == -1) {
crypto/heimdal/lib/hx509/error.c
220
vasprintf(&str, fmt, ap);
crypto/heimdal/lib/hx509/keyset.c
757
vasprintf(&str, fmt, ap);
crypto/heimdal/lib/krb5/changepw.c
54
d->length = vasprintf (&str, fmt, args);
crypto/heimdal/lib/krb5/error_string.c
114
r = vasprintf(&context->error_string, fmt, args);
crypto/heimdal/lib/krb5/error_string.c
174
if (vasprintf(&str, fmt, args) < 0 || str == NULL) {
crypto/heimdal/lib/krb5/log.c
431
int ret = vasprintf(&msg, fmt, ap);
crypto/heimdal/lib/krb5/pkinit.c
2091
ret = vasprintf(&f, fmt, va);
crypto/heimdal/lib/krb5/warn.c
57
ret = vasprintf(&msg, fmt, ap);
crypto/heimdal/lib/roken/rtbl.c
324
ret = vasprintf(&str, fmt, ap);
crypto/heimdal/lib/roken/rtbl.c
352
ret = vasprintf(&str, fmt, ap);
crypto/heimdal/lib/roken/snprintf.c
574
val = vasprintf (ret, format, args);
crypto/heimdal/lib/roken/strpool.c
78
len = vasprintf(&str, fmt, ap);
crypto/heimdal/lib/roken/vsyslog.c
104
ret = vasprintf (&buf, fmt2, ap);
crypto/krb5/src/clients/ksu/xmalloc.c
74
if (vasprintf(&out, format, args) < 0) {
crypto/krb5/src/include/k5-platform.h
965
extern int vasprintf(char **, const char *, va_list)
crypto/krb5/src/kadmin/dbutil/tdumputil.c
109
ret = vasprintf(&s, fmt, ap);
crypto/krb5/src/lib/gssapi/krb5/disp_status.c
122
n = vasprintf(&s, format, ap);
crypto/krb5/src/lib/krb5/krb/kerrs.c
116
if (ctx == NULL || vasprintf(&prepend, fmt, ap) < 0)
crypto/krb5/src/lib/krb5/krb/t_pac.c
490
if (vasprintf(&msg, fmt, ap) < 0)
crypto/krb5/src/lib/krb5/krb/t_princ.c
55
if (vasprintf(&msg, fmt, ap) < 0)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1097
r = vasprintf(&str, fmt, ap);
crypto/krb5/src/util/support/errors.c
56
if (vasprintf(&str, fmt, args) < 0)
crypto/krb5/src/util/support/k5buf.c
207
r = vasprintf(&tmp, fmt, ap);
crypto/openssh/auth2.c
705
i = vasprintf(&authctxt->auth_method_info, fmt, ap);
crypto/openssh/misc.c
1133
r = vasprintf(&cp, fmt, ap);
crypto/openssh/misc.c
1164
r = vasprintf(&cp, fmt, ap);
crypto/openssh/openbsd-compat/bsd-asprintf.c
94
ret = vasprintf(str, fmt, ap);
crypto/openssh/openbsd-compat/openbsd-compat.h
316
int vasprintf(char **, const char *, va_list);
crypto/openssh/packet.c
2032
if (vasprintf(&tag, fmt, ap) == -1) {
crypto/openssh/packet.c
370
r = vasprintf(&ssh->log_preamble, fmt, args);
crypto/openssh/utf8.c
119
if ((ret = vasprintf(&src, fmt, ap)) <= 0)
crypto/openssh/xmalloc.c
102
i = vasprintf(ret, fmt, ap);
include/stdio.h
404
int vasprintf(char **, const char *, __va_list)
lib/libc/stdio/asprintf.c
51
ret = vasprintf(s, fmt, ap);
lib/libfetch/ftp.c
187
len = vasprintf(&msg, fmt, ap);
lib/libfetch/http.c
398
len = vasprintf(&msg, fmt, ap);
lib/libgeom/geom_ctl.c
102
vasprintf(&req->error, error, ap);
lib/libnetbsd/efun.c
146
if ((rv = vasprintf(ret, format, ap)) == -1)
lib/libnetbsd/efun.c
156
if ((rv = vasprintf(ret, format, ap)) == -1)
lib/libnetgraph/msg.c
98
vasprintf(&buf, fmt, fmtargs);
lib/libnvmf/nvmf_transport.c
86
vasprintf(&str, fmt, ap);
lib/libypclnt/ypclnt_error.c
55
vasprintf(&errmsg, fmt, ap);
libexec/tftpd/tftp-options.c
76
ret = vasprintf(&str, fmt, ap);
libexec/tftpd/tftp-options.c
99
ret = vasprintf(&str, fmt, ap);
libexec/tftpd/tftp-utils.c
156
vasprintf(&s, message, ap);
sbin/geom/misc/subr.c
392
vasprintf(&req->error, error, ap);
sbin/hastd/nv.c
477
size = vasprintf(&value, valuefmt, valueap);
sbin/mdmfs/mdmfs.c
383
if (vasprintf(&new, fmt,ap) == -1)
sbin/mdmfs/mdmfs.c
731
rv = vasprintf(&cmd, cmdline, ap);
sbin/swapon/swapon.c
638
rv = vasprintf(&cmd, cmdline, ap);
share/examples/tests/tests/tap/printf_test.c
61
if (vasprintf(&msg, fmt, ap) == -1)
sys/kern/subr_bus.c
2121
vasprintf(&buf, M_BUS, fmt, ap);
sys/libkern/asprintf.c
69
ret = vasprintf(buf, mtp, format, va);
sys/sys/systm.h
232
int vasprintf(char **ret, struct malloc_type *mtp, const char *format,
usr.bin/diff/xmalloc.c
78
i = vasprintf(ret, fmt, ap);
usr.bin/localedef/scanner.c
839
(void) vasprintf(&msg, fmt, va);
usr.bin/localedef/scanner.c
855
(void) vasprintf(&msg, fmt, va);
usr.bin/localedef/wide.c
170
(void) vasprintf(&msg, fmt, va);
usr.bin/whois/whois.c
297
if (vasprintf(ret, format, ap) == -1) {
usr.sbin/certctl/certctl.c
40
ret = vasprintf(&str, fmt, ap);
usr.sbin/lpr/lpd/printjob.c
1996
vasprintf(&buf, msg, ap);
usr.sbin/moused/moused/util.h
217
rc = vasprintf(strp, fmt, args);
usr.sbin/nscd/log.c
45
vasprintf(&fmessage, message, ap);
usr.sbin/nscd/log.c
66
vasprintf(&ferror, error, ap);
usr.sbin/uhsoctl/uhsoctl.c
340
vasprintf(&buf, fmt, ap);
usr.sbin/ypldap/parse.y
349
if (vasprintf(&msg, fmt, ap) == -1)