Searched defs:NEW (Results 1 - 13 of 13) sorted by relevance
| /src/share/examples/refuse/fanoutfs/ |
| H A D | defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /src/share/examples/refuse/id3fs/ |
| H A D | defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /src/share/examples/refuse/virtdir/ |
| H A D | defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
|
| /src/usr.sbin/user/ |
| H A D | defs.h | 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
|
| /src/sys/dev/rcons/ |
| H A D | raster_text.c | 51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) macro 58 #define NEW(size) malloc(size) macro
|
| /src/usr.bin/locate/locate/ |
| H A D | locate.c | 99 # define NEW(type) (type *) malloc(sizeof (type)) macro
|
| /src/sbin/restore/ |
| H A D | restore.h | 107 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
| /src/usr.sbin/ac/ |
| H A D | ac.c | 86 #define NEW(type) (type *)malloc(sizeof (type)) macro
|
| /src/usr.sbin/netgroup_mkdb/ |
| H A D | netgroup_mkdb.c | 55 #define NEW(a) (a *) emalloc(sizeof(a)) macro
|
| /src/lib/libc/isc/ |
| H A D | eventlib_p.h | 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|
| /src/sys/arch/vax/include/ |
| H A D | qdreg.h | 207 #define NEW 2 macro
|
| /src/libexec/ld.elf_so/ |
| H A D | rtld.h | 65 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
|
| /src/sys/dev/qbus/ |
| H A D | qdreg.h | 205 #define NEW 2 macro
|
Completed in 11 milliseconds