Searched refs:myalloc (Results 1 – 5 of 5) sorted by relevance
/titanic_44/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(ntrans, sizeof (*nexts)); [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)); in layout()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | combine_keys.c | 89 int i, myalloc = 0; in krb5int_c_combine_keys() local 255 myalloc = 1; in krb5int_c_combine_keys() 260 if (myalloc) { in krb5int_c_combine_keys()
|