Searched refs:grep_malloc (Results 1 – 6 of 6) sorted by relevance
64 item = grep_malloc(sizeof(struct qentry)); in enqueue()65 item->data.dat = grep_malloc(sizeof(char) * x->len); in enqueue()
124 fg->pattern = grep_malloc(fg->len + 1); in fastcomp()292 wdata = grep_malloc(size * sizeof(wint_t)); in grep_cmp()302 wpat = grep_malloc(size * sizeof(wint_t)); in grep_cmp()
160 dir = grep_malloc(sizeof(char) * in grep_tree()222 ln.file = grep_malloc(strlen(fn) + 1); in procfile()393 grep_malloc(size_t size) in grep_malloc() function
143 void *grep_malloc(size_t size);
246 f = grep_malloc(sizeof *f); in grep_open()
243 pattern[patterns] = grep_malloc(len + 1); in add_pattern()380 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1)); in main()