Searched defs:myalloc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c256 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...]
/illumos-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) {
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c55 void *myalloc OF((void *, unsigned, unsigned));
58 void *myalloc(q, n, m) function
72 static alloc_func zalloc = myalloc;
H A Dminigzip.c152 void *myalloc OF((void *, unsigned, unsigned));
155 void *myalloc(q, n, m) function
208 gz->strm.zalloc = myalloc;

Completed in 70 milliseconds