Searched refs:myalloc (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 256 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl)); 258 pcptr = pchar = (CHR *)myalloc(pchlen, sizeof (*pchar)); 260 def = (CHR **)myalloc(DEFSIZE, sizeof (*def)); 262 subs = (CHR **)myalloc(DEFSIZE, sizeof (*subs)); 264 dp = dchar = (CHR *)myalloc(DEFCHAR, sizeof (*dchar)); 266 sname = (CHR **)myalloc(STARTSIZE, sizeof (*sname)); 269 exclusive = (int *)myalloc(STARTSIZE, sizeof (*exclusive)); 271 sp = schar = (CHR *)myalloc(STARTCHAR, sizeof (*schar)); 291 gotof = (int *)myalloc(nstates, sizeof (*gotof)); 293 nexts = (int *)myalloc(ntran 366 myalloc(int a, int b) function [all...] |
H A D | parser.y | 340 c = (int)myalloc(i,1); 346 name = (int *)myalloc(treesize,sizeof(*name)); 348 left = (int *)myalloc(treesize,sizeof(*left)); 350 right = (int *)myalloc(treesize,sizeof(*right)); 351 nullstr = myalloc(treesize,sizeof(*nullstr)); 353 parent = (int *)myalloc(treesize,sizeof(*parent)); 430 pchar=pcptr=(CHR *)myalloc(pchlen, sizeof(*pchar));
|
H A D | ldefs.h | 246 extern BYTE *myalloc();
|
H A D | sub2.c | 1095 fbarr = (int *)myalloc(2*MAXNCG, sizeof (*fbarr));
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | combine_keys.c | 89 int i, myalloc = 0; local 255 myalloc = 1; 260 if (myalloc) {
|
/illumos-gate/usr/src/boot/lib/libz/test/ |
H A D | example.c | 55 void *myalloc OF((void *, unsigned, unsigned)); 58 void *myalloc(q, n, m) function 72 static alloc_func zalloc = myalloc;
|
H A D | minigzip.c | 152 void *myalloc OF((void *, unsigned, unsigned)); 155 void *myalloc(q, n, m) function 208 gz->strm.zalloc = myalloc;
|
Completed in 71 milliseconds