/freebsd/contrib/ntp/include/ |
H A D | ntp_malloc.h | 28 # define alloca __builtin_alloca macro 32 # define alloca __alloca macro 37 # define alloca _alloca macro
|
/freebsd/contrib/com_err/ |
H A D | parse.y | 46 #define alloca(x) malloc(x) macro
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.y | 46 #define alloca(x) malloc(x) macro
|
H A D | parse.c | 139 #define alloca(x) malloc(x) macro 286 # define alloca _alloca macro
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtcompilerparser.y | 164 #define alloca AslLocalAllocate macro
|
H A D | aslparser.y | 184 #define alloca AslLocalAllocate macro
|
H A D | dtparser.y | 163 #define alloca AslLocalAllocate macro
|
H A D | prparser.y | 163 #define alloca AslLocalAllocate macro
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 81 #define alloca(x) malloc(x) macro
|
H A D | ftpcmd.c | 280 #define alloca(x) malloc(x) macro 424 # define alloca _alloca macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | utils.c | 29 # define alloca __builtin_alloca macro 31 # define alloca __alloca macro 34 # define alloca _alloca macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
|
/freebsd/crypto/openssl/crypto/ |
H A D | cryptlib.c | 26 # define alloca _alloca macro
|
/freebsd/include/ |
H A D | stdlib.h | 252 #define alloca(sz) __builtin_alloca(sz) macro
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_types.h | 100 # define alloca _alloca macro
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 18 # define alloca _alloca macro 22 # define alloca(s) __builtin_alloca((s)) macro
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 25 # define alloca _alloca macro
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.c | 277 # define alloca _alloca macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1189 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.c | 434 # define alloca _alloca macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1530 Address alloca = in GenerateBlockFunction() local
|
H A D | CGCall.cpp | 3309 Address alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg)); in EmitFunctionProlog() local
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.c | 1098 # define alloca _alloca macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.c | 1164 /* The parser invokes alloca or malloc; define the necessary symbols. */ macro
|