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

123

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c54 ALLOC(*subkey, 1);
H A Dget_for_creds.c295 ALLOC(enc_krb_cred_part.timestamp, 1);
302 ALLOC(enc_krb_cred_part.usec, 1);
346 ALLOC(enc_krb_cred_part.r_address, 1);
367 ALLOC(krb_cred_info->prealm, 1);
369 ALLOC(krb_cred_info->pname, 1);
371 ALLOC(krb_cred_info->flags, 1);
373 ALLOC(krb_cred_info->authtime, 1);
375 ALLOC(krb_cred_info->starttime, 1);
377 ALLOC(krb_cred_info->endtime, 1);
379 ALLOC(krb_cred_inf
[all...]
H A Dbuild_auth.c82 ALLOC(*auth_data, 1);
140 ALLOC(auth->seq_number, 1);
H A Dkrb5_locl.h164 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
165 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
H A Ddata.c193 ALLOC(*outdata, 1);
H A Dmk_rep.c85 ALLOC(body.seq_number, 1);
H A Dauth_context.c44 ALLOC(p, 1);
50 ALLOC(p->authenticator, 1);
393 ALLOC(auth_context->keyblock, 1);
/freebsd-9.3-release/contrib/amd/conf/mtab/
H A Dmtab_bsd.c60 mntent_t *new_mp = ALLOC(mntent_t);
125 *mpp = ALLOC(struct mntlist);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dheaders.h104 #undef ALLOC macro
105 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
H A Dmit_dump.c282 ALLOC(ent.entry.max_life);
287 ALLOC(ent.entry.max_renew);
292 ALLOC(ent.entry.valid_end);
297 ALLOC(ent.entry.pw_end);
323 ALLOC(ent.entry.modified_by);
338 ALLOC(ent.entry.keys.val[i].mkvno);
352 ALLOC(ent.entry.keys.val[i].salt);
H A Dkerberos5.c44 ALLOC(*t);
400 ALLOC(ent->salttype);
417 ALLOC(ent->salttype);
539 ALLOC(ent->salt);
558 ALLOC(ent->s2kparams);
577 ALLOC(ent->s2kparams);
1497 ALLOC(et.starttime);
1518 ALLOC(b->rtime);
1535 ALLOC(et.renew_till);
1545 ALLOC(e
[all...]
H A Dhprop.c192 ALLOC(ent.entry.max_life);
197 ALLOC(ent.entry.valid_end);
211 ALLOC(ent.entry.modified_by);
328 ALLOC(hdb.entry.max_life);
332 ALLOC(hdb.entry.valid_end);
339 ALLOC(hdb.entry.pw_end);
353 ALLOC(hdb.entry.modified_by);
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin_locl.h104 #undef ALLOC macro
105 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h75 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
H A Daccept_sec_context.c48 ALLOC(nt.u.negTokenResp.negResult, 1);
172 ALLOC(nt.u.negTokenInit.negHints, 1);
180 ALLOC(nt.u.negTokenInit.negHints->hintName, 1);
230 ALLOC(nt.u.negTokenResp.negResult, 1);
251 ALLOC(nt.u.negTokenResp.supportedMech, 1);
272 ALLOC(nt.u.negTokenResp.responseToken, 1);
293 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
/freebsd-9.3-release/contrib/amd/amd/
H A Dsrvr_amfs_auto.c70 fs = ALLOC(struct fserver);
H A Dclock.c102 return ALLOC(struct callout);
H A Dinfo_ldap.c153 new = ALLOC(HE_ENT);
157 old = ALLOC(HE_ENT);
255 aldh = ALLOC(ALD);
256 creds = ALLOC(CR);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_venus.c79 #define ALLOC(name) \ macro
202 ALLOC(coda_open_by_fd); /* sets inp & outp */
263 ALLOC(coda_ioctl); /* sets inp & outp */
318 ALLOC(coda_getattr); /* sets inp & outp */
390 ALLOC(coda_readlink); /* sets inp & outp */
437 ALLOC(coda_lookup); /* sets inp & outp */
475 ALLOC(coda_create); /* sets inp & outp */
581 ALLOC(coda_mkdir); /* sets inp & outp */
663 ALLOC(coda_readdir); /* sets inp & outp */
689 ALLOC(coda_vge
[all...]
/freebsd-9.3-release/games/fortune/strfile/
H A Dstrfile.c87 #define ALLOC(ptr, sz) do { \ macro
198 ALLOC(Firstch, Num_pts);
332 ALLOC(Seekpts, Num_pts + 1);
/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c42 #define ALLOC(size) malloc(size, M_TEMP, M_WAITOK | M_ZERO) macro
106 s = (gz_stream *)ALLOC(sizeof(gz_stream));
124 s->path = (char*)ALLOC(strlen(path)+1);
154 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcms.c57 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
58 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
91 ALLOC(ci.content, 1);
606 ALLOC(enc_alg->parameters, 1);
917 ALLOC(signed_data, 1);
1139 ALLOC(sd.encapContentInfo.eContent, 1);
1191 ALLOC(signer_info->signedAttrs, 1);
1323 ALLOC(sd.certificates, 1);
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c52 #define ALLOC(ty) (xmalloc(sizeof(ty))) macro
166 p = ALLOC(path);
/freebsd-9.3-release/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-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c47 #define ALLOC(ptr, size) do { \ macro
158 ALLOC(&f->obuf, f->obufsize);
161 ALLOC(&f->ibuf, f->ibufsize);

Completed in 127 milliseconds

123