Home
last modified time | relevance | path

Searched refs:inpsize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c72 int inpsize; /* size of standard input buffer */ member
254 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()
H A Ddummy.c49 int inpsize; /* size of standard input buffer */ member