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

/freebsd-current/lib/libsecureboot/openpgp/
H A Ddecode.h38 #define NEW(x) calloc(1,sizeof(x)) macro
/freebsd-current/contrib/diff/lib/
H A Dxalloc.h81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/freebsd-current/tests/atf_python/sys/netlink/
H A Dmessage.py25 NEW = 2 variable in class:NlMsgCategory
/freebsd-current/sbin/restore/
H A Drestore.h87 #define NEW 0x0002 /* a new entry to be extracted */ macro
/freebsd-current/contrib/diff/src/
H A Ddiff.h38 NEW, enumerator in enum:changes
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h47 NEW = 10000, // Too new. Issue a warning, but allow using it. member in class:clang::CudaVersion
/freebsd-current/contrib/byacc/
H A Ddefs.h183 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/freebsd-current/lib/libc/isc/
H A Deventlib_p.h55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c2403 #define NEW 1 /* if found, error else allocate and hash it */ macro
/freebsd-current/libexec/rtld-elf/
H A Drtld.h45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro

Completed in 192 milliseconds