Lines Matching refs:todo
134 todo;
138 size = todo = svr->bufptr - svr->buffer;
147 write_stat = _FSTransWrite(svr->trans_conn, bufindex, (int) todo);
150 todo = size;
156 if (todo > 1)
157 todo >>= 1;
348 long todo = total;
361 long remain = todo; /* amount to try this time, <= total */
375 * Note that todo had better be at least 1 or else we'll end up writing 0
400 todo = total;
405 if (todo > 1)
406 todo >>= 1;