Symbol: ALLOC
crypto/heimdal/kdc/digest.c
1077
ALLOC(r.u.ntlmInitReply.targetinfo);
crypto/heimdal/kdc/kerberos5.c
1553
ALLOC(et.starttime);
crypto/heimdal/kdc/kerberos5.c
1574
ALLOC(b->rtime);
crypto/heimdal/kdc/kerberos5.c
1591
ALLOC(et.renew_till);
crypto/heimdal/kdc/kerberos5.c
1601
ALLOC(et.caddr);
crypto/heimdal/kdc/kerberos5.c
1642
ALLOC(ek.key_expiration);
crypto/heimdal/kdc/kerberos5.c
1656
ALLOC(ek.starttime);
crypto/heimdal/kdc/kerberos5.c
1661
ALLOC(ek.renew_till);
crypto/heimdal/kdc/kerberos5.c
1667
ALLOC(ek.caddr);
crypto/heimdal/kdc/kerberos5.c
42
ALLOC(*t);
crypto/heimdal/kdc/kerberos5.c
479
ALLOC(ent->salttype);
crypto/heimdal/kdc/kerberos5.c
496
ALLOC(ent->salttype);
crypto/heimdal/kdc/kerberos5.c
569
ALLOC(ent->salt);
crypto/heimdal/kdc/kerberos5.c
588
ALLOC(ent->s2kparams);
crypto/heimdal/kdc/kerberos5.c
607
ALLOC(ent->s2kparams);
crypto/heimdal/kdc/kerberos5.c
990
ALLOC(rep.padata);
crypto/heimdal/kdc/krb5tgs.c
1372
ALLOC(*auth_data);
crypto/heimdal/kdc/krb5tgs.c
1415
ALLOC(ref.referred_realm);
crypto/heimdal/kdc/krb5tgs.c
1423
ALLOC(ref.true_principal_name);
crypto/heimdal/kdc/krb5tgs.c
1431
ALLOC(ref.requested_principal_name);
crypto/heimdal/kdc/krb5tgs.c
469
ALLOC(et->renew_till);
crypto/heimdal/kdc/krb5tgs.c
770
ALLOC(et.starttime);
crypto/heimdal/kdc/krb5tgs.c
839
ALLOC(et.renew_till);
crypto/heimdal/kdc/kx509.c
408
ALLOC(rep.certificate);
crypto/heimdal/kdc/kx509.c
412
ALLOC(rep.hash);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
111
ALLOC(nt.u.negTokenInit.negHints, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
118
ALLOC(nt.u.negTokenInit.negHints->hintName, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
169
ALLOC(nt.u.negTokenResp.negResult, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
190
ALLOC(nt.u.negTokenResp.supportedMech, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
211
ALLOC(nt.u.negTokenResp.responseToken, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
232
ALLOC(nt.u.negTokenResp.mechListMIC, 1);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
45
ALLOC(nt.u.negTokenResp.negResult, 1);
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
101
ALLOC(nt.u.negTokenResp.negResult, 1);
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
116
ALLOC(nt.u.negTokenResp.responseToken, 1);
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
138
ALLOC(nt.u.negTokenResp.mechListMIC, 1);
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
278
ALLOC(ni.mechToken, 1);
crypto/heimdal/lib/hx509/cms.c
1265
ALLOC(signer_info->signedAttrs, 1);
crypto/heimdal/lib/hx509/cms.c
1503
ALLOC(sigctx.sd.encapContentInfo.eContent, 1);
crypto/heimdal/lib/hx509/cms.c
1556
ALLOC(sigctx.sd.certificates, 1);
crypto/heimdal/lib/hx509/cms.c
57
#define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
crypto/heimdal/lib/hx509/cms.c
624
ALLOC(enc_alg->parameters, 1);
crypto/heimdal/lib/hx509/cms.c
90
ALLOC(ci.content, 1);
crypto/heimdal/lib/krb5/auth_context.c
396
ALLOC(auth_context->keyblock, 1);
crypto/heimdal/lib/krb5/auth_context.c
42
ALLOC(p, 1);
crypto/heimdal/lib/krb5/auth_context.c
48
ALLOC(p->authenticator, 1);
crypto/heimdal/lib/krb5/build_auth.c
137
ALLOC(auth.seq_number, 1);
crypto/heimdal/lib/krb5/build_auth.c
148
ALLOC(auth.cksum, 1);
crypto/heimdal/lib/krb5/build_auth.c
82
ALLOC(*auth_data, 1);
crypto/heimdal/lib/krb5/context.c
914
ALLOC(p, n);
crypto/heimdal/lib/krb5/crypto.c
149
ALLOC(key->schedule, 1);
crypto/heimdal/lib/krb5/crypto.c
1789
ALLOC(result->kvno, 1);
crypto/heimdal/lib/krb5/crypto.c
2031
ALLOC(*crypto, 1);
crypto/heimdal/lib/krb5/data.c
178
ALLOC(*outdata, 1);
crypto/heimdal/lib/krb5/digest.c
883
ALLOC(ntlm->init.hostname, 1);
crypto/heimdal/lib/krb5/digest.c
887
ALLOC(ntlm->init.domain, 1);
crypto/heimdal/lib/krb5/generate_subkey.c
57
ALLOC(*subkey, 1);
crypto/heimdal/lib/krb5/get_cred.c
105
ALLOC(req_body->enc_authorization_data, 1);
crypto/heimdal/lib/krb5/get_cred.c
182
ALLOC(t->req_body.sname, 1);
crypto/heimdal/lib/krb5/get_cred.c
198
ALLOC(t->req_body.till, 1);
crypto/heimdal/lib/krb5/get_cred.c
208
ALLOC(t->req_body.additional_tickets, 1);
crypto/heimdal/lib/krb5/get_cred.c
226
ALLOC(t->padata, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
293
ALLOC(enc_krb_cred_part.timestamp, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
300
ALLOC(enc_krb_cred_part.usec, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
344
ALLOC(enc_krb_cred_part.r_address, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
366
ALLOC(krb_cred_info->prealm, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
368
ALLOC(krb_cred_info->pname, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
370
ALLOC(krb_cred_info->flags, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
372
ALLOC(krb_cred_info->authtime, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
374
ALLOC(krb_cred_info->starttime, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
376
ALLOC(krb_cred_info->endtime, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
378
ALLOC(krb_cred_info->renew_till, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
380
ALLOC(krb_cred_info->srealm, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
382
ALLOC(krb_cred_info->sname, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
384
ALLOC(krb_cred_info->caddr, 1);
crypto/heimdal/lib/krb5/get_in_tkt.c
197
ALLOC(a->req_body.till, 1);
crypto/heimdal/lib/krb5/get_in_tkt.c
250
ALLOC(a->padata, 1);
crypto/heimdal/lib/krb5/get_in_tkt.c
289
ALLOC(a->padata, 1);
crypto/heimdal/lib/krb5/init_creds_pw.c
1158
ALLOC(*out_md, 1);
crypto/heimdal/lib/krb5/init_creds_pw.c
661
ALLOC(a->req_body.till, 1);
crypto/heimdal/lib/krb5/keytab_file.c
190
ALLOC(p, 1);
crypto/heimdal/lib/krb5/krb5_locl.h
189
#define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
crypto/heimdal/lib/krb5/mcache.c
72
ALLOC(m, 1);
crypto/heimdal/lib/krb5/mk_rep.c
81
ALLOC(body.seq_number, 1);
crypto/heimdal/lib/krb5/pkinit.c
408
ALLOC(a->pkAuthenticator.paChecksum, 1);
crypto/heimdal/lib/krb5/pkinit.c
465
ALLOC(a->clientDHNonce, 1);
crypto/heimdal/lib/krb5/pkinit.c
482
ALLOC(a->clientPublicValue, 1);
crypto/heimdal/lib/krb5/pkinit.c
561
ALLOC(a->clientPublicValue->algorithm.parameters, 1);
crypto/heimdal/lib/krb5/pkinit.c
644
ALLOC(content_info->content, 1);
crypto/heimdal/lib/krb5/salt-aes.c
65
ALLOC(kd.key, 1);
crypto/heimdal/lib/krb5/salt.c
270
ALLOC(kd.key, 1);
crypto/heimdal/lib/krb5/scache.c
302
ALLOC(s, 1);
crypto/heimdal/lib/krb5/store.c
1208
ALLOC(adr->val, adr->len);
crypto/krb5/src/lib/rpc/svc_udp.c
418
uc = ALLOC(struct udp_cache, 1);
crypto/krb5/src/lib/rpc/svc_udp.c
425
uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
crypto/krb5/src/lib/rpc/svc_udp.c
431
uc->uc_fifo = ALLOC(cache_ptr, size);
crypto/krb5/src/lib/rpc/svc_udp.c
475
victim = ALLOC(struct cache_node, 1);
lib/libc/rpc/auth_des.c
158
auth = ALLOC(AUTH);
lib/libc/rpc/auth_des.c
163
ad = ALLOC(struct ad_private);
lib/libc/rpc/svc_dg.c
526
uc = ALLOC(struct cl_cache, 1);
lib/libc/rpc/svc_dg.c
534
uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
lib/libc/rpc/svc_dg.c
542
uc->uc_fifo = ALLOC(cache_ptr, size);
lib/libc/rpc/svc_dg.c
603
victim = ALLOC(struct cache_node, 1);
lib/libc/rpc/svc_dg.c
642
victim->cache_addr.buf = ALLOC(char, xprt->xp_rtaddr.len);
sys/fs/tarfs/tarfs_io.c
238
TARFS_DPF(ALLOC, "%s: resized zio index\n", __func__);
sys/fs/tarfs/tarfs_io.c
620
TARFS_DPF(ALLOC, "%s: allocated zio\n", __func__);
sys/fs/tarfs/tarfs_io.c
630
TARFS_DPF(ALLOC, "%s: allocated zio index\n", __func__);
sys/fs/tarfs/tarfs_io.c
700
TARFS_DPF(ALLOC, "%s: failed to lock znode", __func__);
sys/fs/tarfs/tarfs_io.c
710
TARFS_DPF(ALLOC, "%s: freeing zstd state\n", __func__);
sys/fs/tarfs/tarfs_io.c
716
TARFS_DPF(ALLOC, "%s: freeing index\n", __func__);
sys/fs/tarfs/tarfs_io.c
719
TARFS_DPF(ALLOC, "%s: freeing zio\n", __func__);
sys/fs/tarfs/tarfs_subr.c
172
TARFS_DPF(ALLOC, "%s(%.*s)\n", __func__, (int)namelen, name);
sys/fs/tarfs/tarfs_subr.c
520
TARFS_DPF(ALLOC, "%s: %.*s = 0x%06x\n", __func__,
sys/fs/tarfs/tarfs_subr.c
527
TARFS_DPF(ALLOC, "%s: %.*s = 0x??????\n",
sys/fs/tarfs/tarfs_vfsops.c
349
TARFS_DPF(ALLOC, "%s: creating %.*s\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
407
TARFS_DPF(ALLOC, "%s: Freeing mount structure %p\n", __func__, tmp);
sys/fs/tarfs/tarfs_vfsops.c
409
TARFS_DPF(ALLOC, "%s: freeing tarfs_node structures\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
416
TARFS_DPF(ALLOC, "%s: deleting unr header\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
421
TARFS_DPF(ALLOC, "%s: freeing structure\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
491
TARFS_DPF(ALLOC, "%s: GNU tar format at %zu\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
496
TARFS_DPF(ALLOC, "%s: unsupported TAR format at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
504
TARFS_DPF(ALLOC, "%s: header checksum failed at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
513
TARFS_DPF(ALLOC, "%s: invalid file mode at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
521
TARFS_DPF(ALLOC, "%s: invalid UID at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
530
TARFS_DPF(ALLOC, "%s: invalid GID at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
539
TARFS_DPF(ALLOC, "%s: invalid size at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
546
TARFS_DPF(ALLOC, "%s: invalid modification time at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
553
TARFS_DPF(ALLOC, "%s: [%c] %zu @%jd %o %d:%d\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
558
TARFS_DPF(ALLOC, "%s: %zu-byte global extended header at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
572
TARFS_DPF(ALLOC, "%s: %zu-byte extended header at %zu\n",
sys/fs/tarfs/tarfs_vfsops.c
595
TARFS_DPF(ALLOC, "%s: exthdr overflow\n",
sys/fs/tarfs/tarfs_vfsops.c
610
TARFS_DPF(ALLOC, "%s: exthdr %s=%s\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
665
TARFS_DPF(ALLOC, "%s: %s: sparse %ld.%ld (%zu bytes)\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
669
TARFS_DPF(ALLOC, "%s: invalid sparse format\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
694
TARFS_DPF(ALLOC, "%s: failed to look up %.*s\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
704
TARFS_DPF(ALLOC, "%s: duplicate file %.*s\n", __func__,
sys/fs/tarfs/tarfs_vfsops.c
729
TARFS_DPF(ALLOC, "%s: %.*s: link without target\n",
sys/fs/tarfs/tarfs_vfsops.c
738
TARFS_DPF(ALLOC, "%s: %.*s: invalid link to %.*s\n",
sys/fs/tarfs/tarfs_vfsops.c
756
TARFS_DPF(ALLOC, "%s: %.*s: link without target\n",
sys/fs/tarfs/tarfs_vfsops.c
768
TARFS_DPF(ALLOC, "%s: %.*s: invalid device major\n",
sys/fs/tarfs/tarfs_vfsops.c
776
TARFS_DPF(ALLOC, "%s: %.*s: invalid device minor\n",
sys/fs/tarfs/tarfs_vfsops.c
790
TARFS_DPF(ALLOC, "%s: %.*s: invalid device major\n",
sys/fs/tarfs/tarfs_vfsops.c
798
TARFS_DPF(ALLOC, "%s: %.*s: invalid device minor\n",
sys/fs/tarfs/tarfs_vfsops.c
810
TARFS_DPF(ALLOC, "%s: unsupported type %c for %.*s\n",
sys/fs/tarfs/tarfs_vfsops.c
830
TARFS_DPF(ALLOC, "%s: exthdr syntax error\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
871
TARFS_DPF(ALLOC, "%s: Allocating tarfs mount structure for vp %p\n",
sys/fs/tarfs/tarfs_vfsops.c
886
TARFS_DPF(ALLOC, "%s: Allocated mount structure\n", __func__);
sys/fs/tarfs/tarfs_vfsops.c
920
TARFS_DPF(ALLOC, "%s: pfsmnt_root %p\n", __func__, tmp->root);
usr.bin/fortune/strfile/strfile.c
184
ALLOC(Firstch, Num_pts);
usr.bin/fortune/strfile/strfile.c
328
ALLOC(Seekpts, Num_pts + 1);
usr.sbin/fifolog/lib/fifolog_write_poll.c
158
ALLOC(&f->obuf, f->obufsize);
usr.sbin/fifolog/lib/fifolog_write_poll.c
161
ALLOC(&f->ibuf, f->ibufsize);