Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1517 ckmalloc(size_t nbytes)
1525 return memset(ckmalloc(nbytes), 0, nbytes);
1539 # define ckmalloc xmalloc macro
1623 sp = ckmalloc(len); in stalloc()
4818 jp->ps = ckmalloc(nprocs * sizeof(struct procstat)); in makejob()
6283 r = ckmalloc(fulllen); in rmescapes()
8047 exp.dir = ckmalloc(exp.dir_max); in expandmeta()
9969 p = ckmalloc(sizeof(optlist)); in mklocal()
11140 g_parsefile->buf = ckmalloc(IBUFSIZ); in setinputfd()
11275 ap = newparam = ckmalloc((nparam + 1) * sizeof(*ap)); in setparam()
[all …]