Searched refs:grep_malloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/grep/
H A Dqueue.c66 item = grep_malloc(sizeof(struct qentry));
67 item->data.dat = grep_malloc(sizeof(char) * x->len);
H A Dgrep.h165 void *grep_malloc(size_t size);
H A Dfile.c276 f = grep_malloc(sizeof *f);
310 buffer = grep_malloc(MAXBUFSIZ);
H A Dgrep.c256 pattern[patterns].pat = grep_malloc(len + 1);
407 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
H A Dutil.c647 grep_malloc(size_t size) function

Completed in 67 milliseconds