Searched refs:grep_malloc (Results 1 – 5 of 5) sorted by relevance
66 item = grep_malloc(sizeof(struct qentry)); in enqueue()67 item->data.dat = grep_malloc(sizeof(char) * x->len); in enqueue()
174 f = grep_malloc(sizeof *f); in grep_open()208 buffer = grep_malloc(MAXBUFSIZ); in grep_open()
145 void *grep_malloc(size_t size);
246 pattern[patterns].pat = grep_malloc(len + 1); in add_pattern()381 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
621 grep_malloc(size_t size) in grep_malloc() function