Home
last modified time | relevance | path

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

/dragonfly/sbin/restore/
H A Drestore.h89 #define NEW 0x0002 /* a new entry to be extracted */ macro
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff.h147 NEW, enumerator
/dragonfly/contrib/diffutils/src/
H A Ddiff.h36 NEW, enumerator
/dragonfly/contrib/gdb-7/gdb/
H A Dada-exp.c275 NEW = 302, enumerator
324 #define NEW 302 macro
/dragonfly/contrib/byacc/
H A Ddefs.h183 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/dragonfly/lib/libc/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/dragonfly/libexec/rtld-elf/
H A Drtld.h49 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro