Searched defs:NEW (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Ddefs.h69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/libmj/
H A Ddefs.h72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A Ddefs.h47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/share/examples/refuse/id3fs/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/share/examples/refuse/virtdir/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Ddefs.h65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dxalloc.h80 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dxalloc.h72 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dxalloc.h67 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) macro
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Draster_text.c51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) macro
58 #define NEW(size) malloc(size) macro
/netbsd-6-1-5-RELEASE/usr.bin/locate/locate/
H A Dlocate.c99 # define NEW(type) (type *) malloc(sizeof (type)) macro
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h107 #define NEW 0x0002 /* a new entry to be extracted */ macro
/netbsd-6-1-5-RELEASE/usr.sbin/ac/
H A Dac.c106 #define NEW(type) (type *)malloc(sizeof (type)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c55 #define NEW(a) (a *) emalloc(sizeof(a)) macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Ddefs.h140 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Ddiff.h147 NEW, enumerator in enum:line_class
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Ddiff.h40 NEW, enumerator in enum:changes
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Drtld.h61 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Djv-exp.c75 NEW = 277, enumerator in enum:yytokentype
107 #define NEW 277 macro
H A Dada-exp.c100 NEW = 302, enumerator in enum:yytokentype
148 #define NEW 302 macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dqdreg.h205 #define NEW 2 macro
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqdreg.h205 #define NEW 2 macro

Completed in 319 milliseconds

12