/freebsd/lib/libsecureboot/openpgp/ |
H A D | decode.h | 38 #define NEW(x) calloc(1,sizeof(x)) macro
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86InstrMappingEmitter.cpp | 174 #define ENTRY(OLD, NEW) {#OLD, #NEW}, in emitCompressEVEXTable() argument 306 #define ENTRY_ND(OLD, NEW) {#OLD, #NEW}, in emitND2NonNDTable() argument 344 #define ENTRY_SSE2AVX(OLD, NEW) {#OLD, #NEW}, in emitSSE2AVXTable() argument
|
/freebsd/contrib/diff/lib/ |
H A D | xalloc.h | 81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 337 DEFAULT, NEW, FREE) \ argument 518 DEFAULT, NEW, FREE) \ argument 612 DEFAULT, NEW, FREE) \ argument
|
/freebsd/sbin/restore/ |
H A D | restore.h | 87 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | message.py | 25 NEW = 2 variable in NlMsgCategory
|
/freebsd/contrib/diff/src/ |
H A D | diff.h | 38 NEW, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Cuda.h | 49 NEW = 10000, // Too new. Issue a warning, but allow using it. enumerator
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-negatives.c | 422 DEFAULT, NEW, FREE) \ argument
|
/freebsd/contrib/byacc/ |
H A D | defs.h | 184 #define NEW(t) ((t*)allocate(sizeof(t))) macro
|
/freebsd/lib/libc/isc/ |
H A D | eventlib_p.h | 55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.h | 45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 2422 #define NEW 1 /* if found, error else allocate and hash it */ macro
|