Searched refs:myalloc (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c247 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl));
249 pcptr = pchar = (CHR *)myalloc(pchlen, sizeof (*pchar));
251 def = (CHR **)myalloc(DEFSIZE, sizeof (*def));
253 subs = (CHR **)myalloc(DEFSIZE, sizeof (*subs));
255 dp = dchar = (CHR *)myalloc(DEFCHAR, sizeof (*dchar));
257 sname = (CHR **)myalloc(STARTSIZE, sizeof (*sname));
260 exclusive = (int *)myalloc(STARTSIZE, sizeof (*exclusive));
262 sp = schar = (CHR *)myalloc(STARTCHAR, sizeof (*schar));
282 gotof = (int *)myalloc(nstates, sizeof (*gotof));
284 nexts = (int *)myalloc(ntran
357 myalloc(int a, int b) function
[all...]
H A Dparser.y340 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 Dldefs.h246 extern BYTE *myalloc();
H A Dsub2.c1095 fbarr = (int *)myalloc(2*MAXNCG, sizeof (*fbarr));
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c89 int i, myalloc = 0; local
255 myalloc = 1;
260 if (myalloc) {

Completed in 103 milliseconds