/minix3/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | kadmin_locl.h | 105 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
|
/minix3/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | headers.h | 112 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
|
/minix3/sys/arch/x86/include/ |
H A D | loadfile_machdep.h | 54 #define ALLOC(a) alloc(a) macro 79 #define ALLOC(a) malloc(a) macro
|
/minix3/sys/arch/evbarm/include/ |
H A D | loadfile_machdep.h | 21 #define ALLOC(a) alloc(a) macro
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | defs.h | 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ macro
|
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | defs.h | 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ macro
|
/minix3/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A D | defs.h | 76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ macro
|
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/ |
H A D | spnego_locl.h | 78 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
/minix3/games/fortune/strfile/ |
H A D | strfile.c | 98 # define ALLOC(ptr,sz) do { \ macro
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/ |
H A D | mpi.h | 60 #define ALLOC(MP) ((MP)->alloc) macro
|
/minix3/lib/libc/rpc/ |
H A D | svc_dg.c | 357 #define ALLOC(type, size) \ macro
|
/minix3/bin/ksh/ |
H A D | table.h | 37 #define ALLOC BIT(0) /* val.s has been allocated */ macro
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | krb5_locl.h | 194 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
/minix3/common/dist/zlib/ |
H A D | gzio.c | 45 #define ALLOC(size) malloc(size) macro
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | cms.c | 58 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
/minix3/common/dist/zlib/contrib/minizip/ |
H A D | unzip.c | 80 # define ALLOC(size) (malloc(size)) macro
|
H A D | zip.c | 52 # define ALLOC(size) (malloc(size)) macro
|