Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/grep/
H A Dqueue.c66 item = grep_malloc(sizeof(struct qentry)); in enqueue()
67 item->data.dat = grep_malloc(sizeof(char) * x->len); in enqueue()
H A Dfile.c174 f = grep_malloc(sizeof *f); in grep_open()
208 buffer = grep_malloc(MAXBUFSIZ); in grep_open()
H A Dgrep.h145 void *grep_malloc(size_t size);
H A Dgrep.c246 pattern[patterns].pat = grep_malloc(len + 1); in add_pattern()
381 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
H A Dutil.c621 grep_malloc(size_t size) in grep_malloc() function