Home
last modified time | relevance | path

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

/freebsd-src/lib/libsecureboot/openpgp/
H A Ddecode.h38 #define NEW(x) calloc(1,sizeof(x)) macro
/freebsd-src/contrib/diff/lib/
H A Dxalloc.h81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/freebsd-src/crypto/openssl/test/
H A Dcmp_ctx_test.c337 DEFAULT, NEW, FREE) \ argument
518 DEFAULT, NEW, FREE) \ argument
612 DEFAULT, NEW, FREE) \ argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86CompressEVEXTablesEmitter.cpp
/freebsd-src/sbin/restore/
H A Drestore.h87 #define NEW 0x0002 /* a new entry to be extracted */ macro
/freebsd-src/tests/atf_python/sys/netlink/
H A Dmessage.py25 NEW = 2 variable in NlMsgCategory
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h47 NEW = 10000, // Too new. Issue a warning, but allow using it. global() enumerator
/freebsd-src/contrib/diff/src/
H A Ddiff.h38 NEW, enumerator
/freebsd-src/crypto/openssl/util/
H A Dcheck-format-test-negatives.c423 DEFINE_SET_GET_BASE_TEST(PREFIX,SETN,GETN,DUP,FIELD,TYPE,ERR,DEFAULT,NEW,FREE) global() argument
/freebsd-src/contrib/byacc/
H A Ddefs.h184 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/freebsd-src/lib/libc/isc/
H A Deventlib_p.h55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/freebsd-src/libexec/rtld-elf/
H A Drtld.h45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/freebsd-src/sys/ufs/ffs/
H A Dffs_alloc.c2403 #define NEW global() macro