Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 25 of 270) sorted by relevance

1234567891011

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntop.d46 this->buf4a = alloca(sizeof (ipaddr_t));
47 this->buf4b = alloca(sizeof (ipaddr_t));
48 this->buf4c = alloca(sizeof (ipaddr_t));
49 this->buf4d = alloca(sizeof (ipaddr_t));
50 this->buf6a = alloca(sizeof (struct in6_addr));
51 this->buf6b = alloca(sizeof (struct in6_addr));
52 this->buf6c = alloca(sizeof (struct in6_addr));
53 this->buf6d = alloca(sizeof (struct in6_addr));
54 this->buf6e = alloca(sizeof (struct in6_addr));
55 this->buf6f = alloca(sizeof (struct in6_addr));
[all …]
H A Dtst.inet_ntoa6.d41 this->buf6a = alloca(sizeof (struct in6_addr));
42 this->buf6b = alloca(sizeof (struct in6_addr));
43 this->buf6c = alloca(sizeof (struct in6_addr));
44 this->buf6d = alloca(sizeof (struct in6_addr));
45 this->buf6e = alloca(sizeof (struct in6_addr));
46 this->buf6f = alloca(sizeof (struct in6_addr));
47 this->buf6g = alloca(sizeof (struct in6_addr));
H A Dtst.inet_ntoa.d38 this->buf4a = alloca(sizeof (ipaddr_t));
39 this->buf4b = alloca(sizeof (ipaddr_t));
40 this->buf4c = alloca(sizeof (ipaddr_t));
41 this->buf4d = alloca(sizeof (ipaddr_t));
H A Dtst.ddi_pathname.d33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
35 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
37 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
39 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
H A Derr.badalloca2.d41 ptr = alloca(10);
42 ptr = alloca(0xffffffffffffffff);
H A Dtst.copyinto.d43 envp = alloca(sizeof (uint32_t));
52 envp = alloca(sizeof (uint64_t));
H A Derr.D_OP_VFPTR.badop.d44 p -= alloca(10);
H A Derr.D_PROTO_LEN.allocanoarg.d43 ptr = alloca();
/titanic_50/usr/src/lib/krb5/ss/
H A Dss_internal.h31 #define LOCAL_ALLOC(x) alloca(x)
33 extern pointer alloca (unsigned);
36 pragma on(alloca);
37 #define LOCAL_ALLOC(x) alloca(x)
39 extern pointer alloca (unsigned);
/titanic_50/usr/src/cmd/spell/
H A Dmalloc.c74 static union store alloca; /* initial arena */ variable
75 static union store *allocb = &alloca; /*arena base*/
76 static union store *allocp = &alloca; /*search ptr*/
93 if(alloca.ptr!=0) /*C can't initialize union*/
174 if(alloca.ptr==0) /*C can't initialize union*/
175 alloca.ptr = &alloca;
243 if(alloca.ptr==0)
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d71 INTFUNC(alloca(10))
97 STRFUNC(inet_ntoa((ipaddr_t *)alloca(sizeof (ipaddr_t))))
98 STRFUNC(inet_ntoa6((in6_addr_t *)alloca(sizeof (in6_addr_t))))
99 STRFUNC(inet_ntop(AF_INET, (void *)alloca(sizeof (ipaddr_t))))
/titanic_50/usr/src/lib/libast/common/features/
H A Dvmalloc14 hdr alloca,malloc,stat,stdlib,unistd
108 lib alloca note{ alloca exists }end link{
110 #include <alloca.h>
114 { alloca(10);
118 tst mal_alloca note{ alloca is based on malloc() }end execute{
123 #include <alloca.h>
134 { alloca(10);
/titanic_50/usr/src/lib/libc/port/gen/
H A Dclosefrom.c68 fds = alloca(FDS_SZ); in fdwalk()
81 fds = memcpy(alloca(fds_sz * 2), fds, fds_sz); in fdwalk()
99 fds = memcpy(alloca(fds_sz * 2), fds, fds_sz); in fdwalk()
/titanic_50/usr/src/head/
H A Dalloca.h57 #define alloca(x) __builtin_alloca(x) macro
63 extern void *alloca(size_t);
/titanic_50/usr/src/lib/libc/port/locale/
H A Dstrcoll.c77 if ((w1 = alloca(sz1 * sizeof (wchar_t))) == NULL) in strcoll_l()
85 if ((w2 = alloca(sz2 * sizeof (wchar_t))) == NULL) in strcoll_l()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_program.c414 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_decl()
465 mname = alloca(strlen(prp->pr_name) + 1); in dt_header_probe()
468 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_probe()
551 info.dthi_pmname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1); in dt_header_provider()
554 info.dthi_pfname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1 + i); in dt_header_provider()
591 mfname = alloca(strlen(fname) + 1); in dtrace_program_header()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dvmalloc10 #define _hdr_alloca 1 /* #include <alloca.h> ok */
22 #define _lib_alloca 1 /* alloca exists */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dvmalloc10 #define _hdr_alloca 1 /* #include <alloca.h> ok */
22 #define _lib_alloca 1 /* alloca exists */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dvmalloc10 #define _hdr_alloca 1 /* #include <alloca.h> ok */
22 #define _lib_alloca 1 /* alloca exists */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dvmalloc10 #define _hdr_alloca 1 /* #include <alloca.h> ok */
22 #define _lib_alloca 1 /* alloca exists */
/titanic_50/usr/src/lib/scsi/libscsi/common/
H A Dscsi_subr.c51 msg = alloca(len + 1); in libscsi_assert()
97 errmsg = alloca(sizeof (hp->lsh_errmsg)); in libscsi_verror()
273 buf = alloca(len + 1); in libscsi_process_inquiry_string()
/titanic_50/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c56 msg = alloca(len + 1); in smp_assert()
100 errmsg = alloca(sizeof (_smp_errmsg)); in smp_verror()
/titanic_50/usr/src/lib/scsi/libses/common/
H A Dses_subr.c86 char *str = alloca(len + 1); in nvlist_add_fixed_string()
180 errmsg = alloca(sizeof (_ses_errmsg)); in ses_verror()
203 errmsg = alloca(sizeof (_ses_errmsg)); in ses_vnverror()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.assigncast1.d22 *((int *)alloca(4)) = 1;
H A Dtst.assigncast2.d22 this->a = alloca(4);

1234567891011