Searched refs:inpsize (Results 1 – 2 of 2) sorted by relevance
72 int inpsize; /* size of standard input buffer */ member254 child[i].blen = work[thiswork].inpsize;465 w->inpsize = 0; in getwork()499 while ((i = read(f, &w->input[w->inpsize], 512)) > 0) { in getwork()500 w->inpsize += i; in getwork()501 w->input = (char *)realloc(w->input, w->inpsize+512); in getwork()503 w->input = (char *)realloc(w->input, w->inpsize); in getwork()507 for (q = w->input; q < &w->input[w->inpsize-10]; q++) { in getwork()555 fprintf(stderr, "input: %d chars text: ", work[i].inpsize); in dumpwork()
49 int inpsize; /* size of standard input buffer */ member