Searched refs:ALLOC (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c57 ALLOC(*subkey, 1);
H A Dget_for_creds.c293 ALLOC(enc_krb_cred_part.timestamp, 1);
300 ALLOC(enc_krb_cred_part.usec, 1);
344 ALLOC(enc_krb_cred_part.r_address, 1);
366 ALLOC(krb_cred_info->prealm, 1);
368 ALLOC(krb_cred_info->pname, 1);
370 ALLOC(krb_cred_info->flags, 1);
372 ALLOC(krb_cred_info->authtime, 1);
374 ALLOC(krb_cred_info->starttime, 1);
376 ALLOC(krb_cred_info->endtime, 1);
378 ALLOC(krb_cred_inf
[all...]
H A Dbuild_auth.c82 ALLOC(*auth_data, 1);
137 ALLOC(auth.seq_number, 1);
148 ALLOC(auth.cksum, 1);
H A Dsalt-aes.c65 ALLOC(kd.key, 1);
H A Ddata.c178 ALLOC(*outdata, 1);
H A Dmk_rep.c81 ALLOC(body.seq_number, 1);
H A Dkrb5_locl.h188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
189 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
H A Dauth_context.c42 ALLOC(p, 1);
48 ALLOC(p->authenticator, 1);
396 ALLOC(auth_context->keyblock, 1);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dheaders.h109 #undef ALLOC macro
110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
H A Dmit_dump.c283 ALLOC(ent.entry.max_life);
288 ALLOC(ent.entry.max_renew);
293 ALLOC(ent.entry.valid_end);
298 ALLOC(ent.entry.pw_end);
323 ALLOC(ent.entry.extensions);
341 ALLOC(ent.entry.modified_by);
382 ALLOC(ent.entry.keys.val[i].mkvno);
396 ALLOC(ent.entry.keys.val[i].salt);
H A Dkerberos5.c42 ALLOC(*t);
479 ALLOC(ent->salttype);
496 ALLOC(ent->salttype);
569 ALLOC(ent->salt);
588 ALLOC(ent->s2kparams);
607 ALLOC(ent->s2kparams);
990 ALLOC(rep.padata);
1553 ALLOC(et.starttime);
1574 ALLOC(b->rtime);
1591 ALLOC(e
[all...]
/freebsd-11-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c59 mntent_t *new_mp = ALLOC(mntent_t);
124 *mpp = ALLOC(struct mntlist);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin_locl.h102 #undef ALLOC macro
103 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_alloc.c181 DPRINTF(ALLOC, ("%s: desc: %p bitmap: %p entry: %#jx\n",
219 DPRINTF(ALLOC,
252 DPRINTF(ALLOC, ("nandfs_free_entry: req->entrynum=%jx bitmap_idx=%jx"
291 DPRINTF(ALLOC, ("nandfs_alloc_entry: req->entrynum=%jx bitmap_idx=%jx"
337 DPRINTF(ALLOC, ("%s: ino %#jx entrynum:%#jx block:%#jx entry:%x\n",
352 DPRINTF(ALLOC, ("%s: ino %#jx block %#jx entry %x error %d\n",
/freebsd-11-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h76 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
H A Daccept_sec_context.c45 ALLOC(nt.u.negTokenResp.negResult, 1);
111 ALLOC(nt.u.negTokenInit.negHints, 1);
118 ALLOC(nt.u.negTokenInit.negHints->hintName, 1);
169 ALLOC(nt.u.negTokenResp.negResult, 1);
190 ALLOC(nt.u.negTokenResp.supportedMech, 1);
211 ALLOC(nt.u.negTokenResp.responseToken, 1);
232 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
H A Dinit_sec_context.c101 ALLOC(nt.u.negTokenResp.negResult, 1);
116 ALLOC(nt.u.negTokenResp.responseToken, 1);
138 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
278 ALLOC(ni.mechToken, 1);
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_amfs_auto.c66 fs = ALLOC(struct fserver);
H A Dclock.c98 return ALLOC(struct callout);
H A Dinfo_ldap.c156 cur->next = ALLOC(HE_ENT);
159 first = cur = ALLOC(HE_ENT);
268 aldh = ALLOC(ALD);
269 creds = ALLOC(CR);
H A Dsched.c94 pjob *p = ALLOC(struct pjob);
/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.c87 #define ALLOC(ptr, sz) do { \ macro
198 ALLOC(Firstch, Num_pts);
332 ALLOC(Seekpts, Num_pts + 1);
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c66 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) macro
163 auth = ALLOC(AUTH);
168 ad = ALLOC(struct ad_private);
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c49 #define ALLOC(ptr, size) do { \ macro
160 ALLOC(&f->obuf, f->obufsize);
163 ALLOC(&f->ibuf, f->ibufsize);
/freebsd-11-stable/contrib/one-true-awk/
H A Dmakefile51 $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC) -lm

Completed in 149 milliseconds

123