Searched refs:grep_malloc (Results 1 – 5 of 5) sorted by relevance
175 f = grep_malloc(sizeof *f); in grep_open()208 buffer = grep_malloc(MAXBUFSIZ); in grep_open()
95 item->dat = grep_malloc(sizeof(char) * x->len + 1); in enqueue()
144 void *grep_malloc(size_t size);
224 pattern[patterns].pat = grep_malloc(len + 1); in add_pattern()361 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
672 grep_malloc(size_t size) in grep_malloc() function