Home
last modified time | relevance | path

Searched defs:NEW (Results 1 – 8 of 8) sorted by relevance

/minix3/usr.sbin/user/
H A Ddefs.h47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Ddefs.h69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/minix3/crypto/external/bsd/netpgp/dist/src/lib/
H A Ddefs.h69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/minix3/crypto/external/bsd/heimdal/dist/lib/kdfs/
H A Dk5dfspag.c70 #define handler_swap(S,NEW,OLD) sigaction(S, &NEW, &OLD) argument
75 #define handler_swap(S,NEW,OLD) ((OLD) = signal ((S), (NEW))) argument
/minix3/crypto/external/bsd/netpgp/dist/src/libmj/
H A Ddefs.h72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/minix3/external/bsd/byacc/dist/
H A Ddefs.h170 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/minix3/libexec/ld.elf_so/
H A Drtld.h65 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/minix3/lib/libc/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro