Searched refs:grep_malloc (Results 1 - 6 of 6) sorted by path

/system/core/toolbox/grep/
H A Dfastgrep.c124 fg->pattern = grep_malloc(fg->len + 1);
292 wdata = grep_malloc(size * sizeof(wint_t));
302 wpat = grep_malloc(size * sizeof(wint_t));
H A Dfile.c239 f = grep_malloc(sizeof *f);
H A Dgrep.c240 pattern[patterns] = grep_malloc(len + 1);
377 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
H A Dgrep.h147 void *grep_malloc(size_t size);
H A Dqueue.c64 item = grep_malloc(sizeof(struct qentry));
65 item->data.dat = grep_malloc(sizeof(char) * x->len);
H A Dutil.c159 dir = grep_malloc(sizeof(char) *
221 ln.file = grep_malloc(strlen(fn) + 1);
392 grep_malloc(size_t size) function

Completed in 78 milliseconds