Lines Matching defs:notdone
917 int32_t pos, notdone, total;
988 notdone = total - pos;
989 if (notdone <= bsz) {
990 outlen = read(dlslot->ldfd,&buf[len],notdone);
1002 notdone = total - pos;
1003 if (notdone <= bsz) {
1004 outlen = notdone;
1017 notdone = total - pos;
1018 if (notdone <= bsz) {
1019 outlen = read(dlslot->ldfd,&buf[len],notdone);
1031 notdone = total - pos;
1032 if (notdone <= bsz) {
1033 outlen = notdone;
1046 notdone = total - pos;
1047 if (notdone <= bsz) {
1048 outlen = notdone;
1061 notdone = total - pos;
1062 if (notdone <= bsz) {
1063 outlen = notdone;