HomeSort by: relevance | last modified time | path
    Searched refs:ckmalloc (Results 1 - 15 of 15) sorted by relevancy

  /src/bin/sh/
memalloc.h 50 pointer ckmalloc(size_t);
memalloc.c 61 ckmalloc(size_t nbytes) function in typeref:typename:pointer
95 p = ckmalloc(strlen(s) + 1);
138 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
input.c 435 sp = ckmalloc(sizeof (struct strpush));
567 parsefile->buf = ckmalloc(BUFSIZ);
619 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile));
nodes.c.pat 96 fn = ckmalloc(sz.bsize + sz.ssize);
alias.c 78 ap = ckmalloc(sizeof (struct alias));
var.c 458 d = nameeq = ckmalloc(len);
548 vp = ckmalloc(sizeof (*vp));
884 list = ckmalloc(list_len * sizeof *list);
1131 lvp = ckmalloc(sizeof (struct localvar));
1134 p = ckmalloc(sizeof_optlist);
output.c 274 dest->buf = ckmalloc(dest->bufsize);
707 o = ckmalloc(sizeof(*o));
redir.c 232 struct renamelist *rl = ckmalloc(sizeof(struct renamelist));
274 sv = ckmalloc(sizeof (struct redirtab));
773 fp = ckmalloc(sizeof (struct shell_fds));
jobs.c 1260 jobtab = ckmalloc(4 * sizeof jobtab[0]);
1262 jp = ckmalloc((njobs + 4) * sizeof jobtab[0]);
1293 jp->ps = ckmalloc(nprocs * sizeof (struct procstat));
options.c 387 ap = newparam = ckmalloc((nparam + 1) * sizeof *ap);
exec.c 329 new = ckmalloc(i + ((char *)ap2 - (char *)argv));
990 cmdp = *pp = ckmalloc(sizeof (struct tblentry) - ARB
parser.c 1311 ss = (VSS *)ckmalloc(sizeof (struct statestack));
1427 sstr = str = ckmalloc(savelen);
expand.c 1354 ifsp = (struct ifsregion *)ckmalloc(sizeof (struct ifsregion));
1534 expdir = ckmalloc(i < 2048 ? 2048 : i); /* XXX */
eval.c 826 (sys_path = ckmalloc(len + 5)) != NULL &&
  /src/bin/test/
test.c 197 extern void *ckmalloc(size_t);
212 static void *ckmalloc(size_t);
214 ckmalloc(size_t nbytes) function in typeref:typename:void *
705 groups = ckmalloc((maxgroups + 1) * sizeof(gid_t));

Completed in 25 milliseconds