| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | get_for_creds.c | 292 ALLOC(enc_krb_cred_part.timestamp, 1); in krb5_get_forwarded_creds() 298 ALLOC(enc_krb_cred_part.usec, 1); in krb5_get_forwarded_creds() 341 ALLOC(enc_krb_cred_part.r_address, 1); in krb5_get_forwarded_creds() 363 ALLOC(krb_cred_info->prealm, 1); in krb5_get_forwarded_creds() 367 ALLOC(krb_cred_info->pname, 1); in krb5_get_forwarded_creds() 371 ALLOC(krb_cred_info->flags, 1); in krb5_get_forwarded_creds() 373 ALLOC(krb_cred_info->authtime, 1); in krb5_get_forwarded_creds() 375 ALLOC(krb_cred_info->starttime, 1); in krb5_get_forwarded_creds() 377 ALLOC(krb_cred_info->endtime, 1); in krb5_get_forwarded_creds() 379 ALLOC(krb_cred_info->renew_till, 1); in krb5_get_forwarded_creds() [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpq/ |
| H A D | clear.c | 37 if (ALLOC (NUM(x))) in mpq_clear() 38 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x))); in mpq_clear() 39 if (ALLOC (DEN(x))) in mpq_clear() 40 __GMP_FREE_FUNC_LIMBS (PTR(DEN(x)), ALLOC(DEN(x))); in mpq_clear()
|
| H A D | clears.c | 43 if (ALLOC (NUM(x))) in mpq_clears() 44 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x))); in mpq_clears() 45 if (ALLOC (DEN(x))) in mpq_clears() 46 __GMP_FREE_FUNC_LIMBS (PTR(DEN(x)), ALLOC(DEN(x))); in mpq_clears()
|
| H A D | swap.c | 36 MP_SIZE_T_SWAP (ALLOC(NUM(u)), ALLOC(NUM(v))); in mpq_swap() 37 MP_SIZE_T_SWAP (ALLOC(DEN(u)), ALLOC(DEN(v))); in mpq_swap()
|
| H A D | init.c | 38 ALLOC(NUM(x)) = 0; in mpq_init() 41 ALLOC(DEN(x)) = 1; in mpq_init()
|
| H A D | inv.c | 57 MP_SIZE_T_SWAP (ALLOC(NUM(dest)), ALLOC(DEN(dest))); in mpq_inv()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | mul.c | 104 if (ALLOC (w) < wsize) in mpz_mul() 106 if (ALLOC (w) != 0) in mpz_mul() 111 free_me_size = ALLOC (w); in mpz_mul() 114 (*__gmp_free_func) (wp, (size_t) ALLOC (w) * GMP_LIMB_BYTES); in mpz_mul() 117 ALLOC (w) = wsize; in mpz_mul()
|
| H A D | realloc2.c | 52 if (ALLOC (m) == 0) in mpz_realloc2() 58 PTR (m) = __GMP_REALLOCATE_FUNC_LIMBS (PTR(m), ALLOC(m), new_alloc); in mpz_realloc2() 66 ALLOC(m) = new_alloc; in mpz_realloc2()
|
| H A D | realloc.c | 61 if (ALLOC (m) == 0) in _mpz_realloc() 67 mp = __GMP_REALLOCATE_FUNC_LIMBS (PTR (m), ALLOC (m), new_alloc); in _mpz_realloc() 76 ALLOC(m) = new_alloc; in _mpz_realloc()
|
| H A D | clear.c | 38 if (ALLOC (x)) in mpz_clear() 39 __GMP_FREE_FUNC_LIMBS (PTR (x), ALLOC(x)); in mpz_clear()
|
| H A D | swap.c | 36 MP_SIZE_T_SWAP (ALLOC(u), ALLOC(v)); in mpz_swap()
|
| H A D | clears.c | 43 if (ALLOC (x)) in mpz_clears() 44 __GMP_FREE_FUNC_LIMBS (PTR (x), ALLOC (x)); in mpz_clears()
|
| H A D | iset_ui.c | 42 ALLOC (dest) = 2; in mpz_init_set_ui() 50 ALLOC (dest) = 1; in mpz_init_set_ui()
|
| H A D | iset.c | 44 ALLOC (w) = MAX (size, 1); in mpz_init_set() 45 wp = __GMP_ALLOCATE_FUNC_LIMBS (ALLOC (w)); in mpz_init_set()
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 81 defp = ALLOC(definition); in get_definition() 135 decls = ALLOC(decl_list); in def_struct() 168 vlist = ALLOC(version_list); in def_program() 174 plist = ALLOC(proc_list); in def_program() 192 decls = ALLOC(decl_list); in def_program() 201 decls = ALLOC(decl_list); in def_program() 264 elist = ALLOC(enumval_list); in def_enum() 313 cases = ALLOC(case_list); in def_union() 325 cases = ALLOC(case_list); in def_union() 344 defp->def.un.default_decl = ALLOC(declaration); in def_union()
|
| /netbsd-src/sys/arch/vax/boot/boot/ |
| H A D | if_ni.c | 80 #define ALLOC(x) \ macro 208 syspte = (int *)ALLOC(SPTSIZ*4); in niopen() 213 gvppqb = (struct ni_gvppqb *)ALLOC(sizeof(struct ni_gvppqb)); in niopen() 214 fqb = (struct ni_fqb *)ALLOC(sizeof(struct ni_fqb)); in niopen() 215 bbd = (struct ni_bbd *)ALLOC(sizeof(struct ni_bbd) * NBDESCS); in niopen() 281 va = ALLOC(NMSGBUF * 512); in niopen() 296 va = ALLOC(NTXBUF * 512); in niopen() 325 va = ALLOC(NRXBUF * 512); in niopen()
|
| /netbsd-src/sys/coda/ |
| H A D | coda_venus.c | 92 #define ALLOC(name) \ macro 227 ALLOC(coda_open); /* sets inp & outp */ in venus_open() 293 ALLOC(coda_ioctl); /* sets inp & outp */ in venus_ioctl() 345 ALLOC(coda_getattr); /* sets inp & outp */ in venus_getattr() 405 ALLOC(coda_readlink); /* sets inp & outp */ in venus_readlink() 478 ALLOC(coda_lookup); /* sets inp & outp */ in venus_lookup() 517 ALLOC(coda_create); /* sets inp & outp */ in venus_create() 619 ALLOC(coda_mkdir); /* sets inp & outp */ in venus_mkdir() 696 ALLOC(coda_readdir); /* sets inp & outp */ in venus_readdir() 721 ALLOC(coda_statfs); /* sets inp & outp */ in venus_statfs() [all …]
|
| /netbsd-src/sys/arch/x68k/include/ |
| H A D | loadfile_machdep.h | 60 #define ALLOC(a) alloc(a) macro 71 #define ALLOC(a) alloc(a) macro 89 #define ALLOC(a) malloc(a) macro
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | headers.h | 116 #undef ALLOC 117 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_allocation.c | 1309 DPRINTF(ALLOC, ("udf_free_allocated_space: freeing virt lbnum %d " in udf_free_allocated_space() 2062 DPRINTF(ALLOC,("adding allocation extent %d\n", extnr)); in udf_append_adslot() 2191 DPRINTF(ALLOC, ("udf_count_alloc_ext counted %d live extents\n", in udf_count_alloc_exts() 2198 DPRINTF(ALLOC, ("freeing alloc ext %d\n", extnr)); in udf_count_alloc_exts() 2251 DPRINTF(ALLOC, ("udf_record_allocation_in_node\n")); in udf_record_allocation_in_node() 2283 DPRINTF(ALLOC, ("record allocation from %"PRIu64" + %d\n", from, buf->b_bcount)); in udf_record_allocation_in_node() 2325 DPRINTF(ALLOC, ("\t1: vp %d, lb %d, len %d, flags %d " in udf_record_allocation_in_node() 2341 DPRINTF(ALLOC, ("\tslot_offset = %d, flags = %d (%d)\n", in udf_record_allocation_in_node() 2347 DPRINTF(ALLOC, ("\t2: vp %d, lb %d, len %d, flags %d " in udf_record_allocation_in_node() 2394 DPRINTF(ALLOC, ("\t in udf_record_allocation_in_node() [all...] |
| /netbsd-src/sys/arch/landisk/include/ |
| H A D | loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) macro 56 #define ALLOC(a) alloc(a) macro
|
| /netbsd-src/sys/arch/epoc32/include/ |
| H A D | loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) macro 56 #define ALLOC(a) alloc(a) macro
|
| /netbsd-src/sys/arch/zaurus/include/ |
| H A D | loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) macro 56 #define ALLOC(a) alloc(a) macro
|
| /netbsd-src/sys/arch/evbcf/include/ |
| H A D | loadfile_machdep.h | 57 #define ALLOC(a) alloc(a) macro 64 #define ALLOC(a) malloc(a) macro
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | kadmin_locl.h | 104 #undef ALLOC 105 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
|