/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.inet_ntop.d | 46 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 D | tst.inet_ntoa6.d | 41 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 D | tst.inet_ntoa.d | 38 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 D | tst.ddi_pathname.d | 33 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 D | err.badalloca2.d | 41 ptr = alloca(10); 42 ptr = alloca(0xffffffffffffffff);
|
H A D | tst.copyinto.d | 43 envp = alloca(sizeof (uint32_t)); 52 envp = alloca(sizeof (uint64_t));
|
H A D | err.D_OP_VFPTR.badop.d | 44 p -= alloca(10);
|
H A D | err.D_PROTO_LEN.allocanoarg.d | 43 ptr = alloca();
|
/titanic_50/usr/src/lib/krb5/ss/ |
H A D | ss_internal.h | 31 #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 D | malloc.c | 74 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 D | tst.subr.d | 71 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 D | vmalloc | 14 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 D | closefrom.c | 68 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 D | alloca.h | 57 #define alloca(x) __builtin_alloca(x) macro 63 extern void *alloca(size_t);
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | strcoll.c | 77 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 D | dt_program.c | 414 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 D | vmalloc | 10 #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 D | vmalloc | 10 #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 D | vmalloc | 10 #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 D | vmalloc | 10 #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 D | scsi_subr.c | 51 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 D | smp_subr.c | 56 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 D | ses_subr.c | 86 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 D | tst.assigncast1.d | 22 *((int *)alloca(4)) = 1;
|
H A D | tst.assigncast2.d | 22 this->a = alloca(4);
|