Searched refs:alloca (Results 1 – 16 of 16) sorted by relevance
183 #undef alloca184 #define alloca AslLocalAllocate macro
163 #undef alloca164 #define alloca AslLocalAllocate macro
162 #undef alloca163 #define alloca AslLocalAllocate macro
171 # define alloca _alloca macro180 type *name = alloca(sizeof(type) * (count))
302 /* Define if operating system has alloca.h header. */
27 # elif !defined(alloca)29 # define alloca __builtin_alloca macro31 # define alloca __alloca macro34 # define alloca _alloca macro40 void *alloca (size_t);137 sodium_memzero(alloca(len), len); in sodium_stackzero()
75 cur = alloca(strlen(path) + 1); in execvPe()121 memp = alloca((cnt + 2) * sizeof (char *)); in execvPe()
1732 bp = alloca(bufsiz); in xo_message_hcv()2221 bp = alloca(len); in xo_set_options_simple()2366 bp = alloca(len); in xo_set_options()4035 char *cp = alloca(olen + 1); in xo_buf_append_div()4142 bp = alloca(rc + 1); in xo_format_title()5130 char *buf = alloca(delta); in xo_format_units()5283 char *buf = alloca(blen); in xo_anchor_stop()7046 char *cp = alloca(len); in xo_do_close_container()7203 char *cp = alloca(len); in xo_do_close_list()7322 char *cp = alloca(len); in xo_do_close_leaf_list()[all …]
560 v0_hdr = alloca(2048); in xo_vsyslog()630 buf = alloca(size); in xo_vsyslog()
310 char *copy = alloca(len + 1); in xo_encoder_init()
579 char *leafs_buf = alloca(len + 1); in csv_record_leafs()668 char *options = alloca(len + 1); in csv_options()
1197 uc = alloca(VIRTIO_MAX_MAC_ADDRS * RTE_ETHER_ADDR_LEN + in virtio_mac_addr_add()1200 mc = alloca(VIRTIO_MAX_MAC_ADDRS * RTE_ETHER_ADDR_LEN + in virtio_mac_addr_add()1229 uc = alloca(VIRTIO_MAX_MAC_ADDRS * RTE_ETHER_ADDR_LEN + in virtio_mac_addr_remove()1232 mc = alloca(VIRTIO_MAX_MAC_ADDRS * RTE_ETHER_ADDR_LEN + in virtio_mac_addr_remove()
56 sub sp,sp,r0 @ alloca(4*num)
513 mov sp,r12 @ alloca
1009 - Fix build break on FreeBSD related to alloca.h.