Searched refs:thiswork (Results 1 – 2 of 2) sorted by relevance
100 int thiswork = 0; /* next job stream to allocate */ local209 fprintf(stderr, "user %d job %d ", firstuser+i, thiswork);229 if (work[thiswork].outf[0] != '\0') {232 for (q = work[thiswork].outf; *q != '\n'; q++) ;234 if (freopen(work[thiswork].outf, "w", stdout) == NULL) {236 work[thiswork].outf);241 execv(work[thiswork].cmd, work[thiswork].av);253 child[i].line = child[i].bp = work[thiswork].input;254 child[i].blen = work[thiswork].inpsize;255 child[i].thisjob = thiswork;[all …]
76 int thiswork = 0; /* next job stream to allocate */ local