Home
last modified time | relevance | path

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

/freebsd/usr.bin/grep/
H A Dfile.c175 f = grep_malloc(sizeof *f); in grep_open()
208 buffer = grep_malloc(MAXBUFSIZ); in grep_open()
H A Dqueue.c95 item->dat = grep_malloc(sizeof(char) * x->len + 1); in enqueue()
H A Dgrep.h144 void *grep_malloc(size_t size);
H A Dgrep.c224 pattern[patterns].pat = grep_malloc(len + 1); in add_pattern()
361 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));
H A Dutil.c672 grep_malloc(size_t size) in grep_malloc() function