Searched refs:grep_malloc (Results 1 – 6 of 6) sorted by relevance
64 item = grep_malloc(sizeof(struct qentry)); in enqueue()65 item->data.dat = grep_malloc(sizeof(char) * x->len); in enqueue()
124 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()
159 dir = grep_malloc(sizeof(char) * in grep_tree()221 ln.file = grep_malloc(strlen(fn) + 1); in procfile()392 grep_malloc(size_t size) in grep_malloc() function
147 void *grep_malloc(size_t size);
239 f = grep_malloc(sizeof *f); in grep_open()
240 pattern[patterns] = grep_malloc(len + 1); in add_pattern()377 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1)); in grep_main()