HomeSort by: relevance | last modified time | path
    Searched refs:grep_malloc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/grep/
queue.c 64 item = grep_malloc(sizeof(struct qentry));
65 item->data.dat = grep_malloc(sizeof(char) * x->len);
grep.h 143 void *grep_malloc(size_t size);
fastgrep.c 306 wdata = grep_malloc(size * sizeof(wint_t));
316 wpat = grep_malloc(size * sizeof(wint_t));
util.c 160 dir = grep_malloc(sizeof(char) *
222 ln.file = grep_malloc(strlen(fn) + 1);
393 grep_malloc(size_t size) function in typeref:typename:void *
file.c 251 f = grep_malloc(sizeof *f);
grep.c 243 pattern[patterns] = grep_malloc(len + 1);
380 eargv = (char **)grep_malloc(sizeof(char *) * (eargc + 1));

Completed in 16 milliseconds