Searched defs:NEW (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h44 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h165 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dxalloc.h70 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) macro
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h387 #define NEW(type) (type *)getcell(sizeof(type)) macro
/freebsd-11-stable/contrib/diff/lib/
H A Dxalloc.h81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.h38 NEW, enumerator in enum:changes
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.c101 NEW = 303 enumerator in enum:yytokentype
149 #define NEW 303 macro
H A Djv-exp.c75 NEW = 277, enumerator in enum:yytokentype
107 #define NEW 277 macro
/freebsd-11-stable/sbin/restore/
H A Drestore.h88 #define NEW 0x0002 /* a new entry to be extracted */ macro
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro

Completed in 249 milliseconds