HomeSort by relevance Sort by last modified time
    Searched refs:grep_malloc (Results 1 - 6 of 6) sorted by null

  /system/core/toolbox/grep/
queue.c 64 item = grep_malloc(sizeof(struct qentry));
65 item->data.dat = grep_malloc(sizeof(char) * x->len);
fastgrep.c 124 fg->pattern = grep_malloc(fg->len + 1);
292 wdata = grep_malloc(size * sizeof(wint_t));
302 wpat = grep_malloc(size * sizeof(wint_t));
grep.h 147 void *grep_malloc(size_t size);
util.c 159 dir = grep_malloc(sizeof(char) *
221 ln.file = grep_malloc(strlen(fn) + 1);
392 grep_malloc(size_t size) function
file.c 239 f = grep_malloc(sizeof *f);
grep.c 240 pattern[patterns] = grep_malloc(len + 1);
377 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));

Completed in 194 milliseconds