Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c260 def = (CHR **)myalloc(DEFSIZE, sizeof (*def));
262 subs = (CHR **)myalloc(DEFSIZE, sizeof (*subs));
291 gotof = (int *)myalloc(nstates, sizeof (*gotof));
293 nexts = (int *)myalloc(ntrans, sizeof (*nexts));
295 nchar = (CHR *)myalloc(ntrans, sizeof (*nchar));
297 state = (int **)myalloc(nstates, sizeof (*state));
299 atable = (int *)myalloc(nstates, sizeof (*atable));
301 sfall = (int *)myalloc(nstates, sizeof (*sfall));
306 foll = (int **)myalloc(tptr+1, sizeof (*foll));
344 stoff = (int *)myalloc(stnum+2, sizeof (*stoff));
[all …]
H A Dparser.y339 c = (int)myalloc(i,1);
345 name = (int *)myalloc(treesize,sizeof(*name));
347 left = (int *)myalloc(treesize,sizeof(*left));
349 right = (int *)myalloc(treesize,sizeof(*right));
350 nullstr = myalloc(treesize,sizeof(*nullstr));
352 parent = (int *)myalloc(treesize,sizeof(*parent));
429 pchar=pcptr=(CHR *)myalloc(pchlen, sizeof(*pchar));
H A Dldefs.h244 extern BYTE *myalloc();
H A Dsub2.c1095 fbarr = (int *)myalloc(2*MAXNCG, sizeof (*fbarr)); in layout()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c89 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()