Searched refs:grep_malloc (Results 1 – 6 of 6) sorted by relevance
198 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()
48 mmf = grep_malloc(sizeof *mmf); in mmopen()
66 item = grep_malloc(sizeof *item + x->len); in enqueue()
90 void *grep_malloc(size_t size);
305 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
113 f = grep_malloc(sizeof *f); in grep_fdopen()