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

/freebsd-13-stable/lib/libsecureboot/openpgp/
H A Ddecode.h39 #define NEW(x) calloc(1,sizeof(x)) macro
/freebsd-13-stable/contrib/diff/lib/
H A Dxalloc.h81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/freebsd-13-stable/sbin/restore/
H A Drestore.h90 #define NEW 0x0002 /* a new entry to be extracted */ macro
/freebsd-13-stable/contrib/diff/src/
H A Ddiff.h38 NEW, enumerator in enum:changes
/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h56 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/freebsd-13-stable/contrib/byacc/
H A Ddefs.h175 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_alloc.c2367 #define NEW 1 /* if found, error else allocate and hash it */ macro
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h47 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro

Completed in 179 milliseconds