Searched defs:NEW (Results 1 – 8 of 8) sorted by relevance
| /minix3/usr.sbin/user/ |
| H A D | defs.h | 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
|
| /minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | defs.h | 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | defs.h | 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/kdfs/ |
| H A D | k5dfspag.c | 70 #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 D | defs.h | 72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /minix3/external/bsd/byacc/dist/ |
| H A D | defs.h | 170 #define NEW(t) ((t*)allocate(sizeof(t))) macro
|
| /minix3/libexec/ld.elf_so/ |
| H A D | rtld.h | 65 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
|
| /minix3/lib/libc/isc/ |
| H A D | eventlib_p.h | 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|