Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dqueue.c64 item = grep_malloc(sizeof(struct qentry)); in enqueue()
65 item->data.dat = grep_malloc(sizeof(char) * x->len); in enqueue()
Dfastgrep.c124 fg->pattern = grep_malloc(fg->len + 1); in fastcomp()
292 wdata = grep_malloc(size * sizeof(wint_t)); in grep_cmp()
302 wpat = grep_malloc(size * sizeof(wint_t)); in grep_cmp()
Dutil.c160 dir = grep_malloc(sizeof(char) * in grep_tree()
222 ln.file = grep_malloc(strlen(fn) + 1); in procfile()
393 grep_malloc(size_t size) in grep_malloc() function
Dgrep.h143 void *grep_malloc(size_t size);
Dfile.c246 f = grep_malloc(sizeof *f); in grep_open()
Dgrep.c243 pattern[patterns] = grep_malloc(len + 1); in add_pattern()
380 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1)); in main()