Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/grep/
H A Dgrep.c198 pattern[patterns] = grep_malloc(len + 15 + extra); in add_pattern()
208 pattern[patterns] = grep_malloc(len + 1); in add_pattern()
377 patfile = grep_malloc(sizeof(*patfile)); in main()
H A Dmmfile.c48 mmf = grep_malloc(sizeof *mmf); in mmopen()
H A Dqueue.c66 item = grep_malloc(sizeof *item + x->len); in enqueue()
H A Dgrep.h90 void *grep_malloc(size_t size);
H A Dutil.c305 fg->pattern = grep_malloc(fg->patternLen + 1); in fgrepcomp()
385 fg->pattern = grep_malloc(fg->patternLen + 1); in fastcomp()
588 grep_malloc(size_t size) in grep_malloc() function
H A Dfile.c113 f = grep_malloc(sizeof *f); in grep_fdopen()