Lines Matching defs:thiswrite
1064 int bufferlen, writecount, thiswrite ;
1089 thiswrite = writecount ;
1092 total += thiswrite ;
1093 if (thiswrite < writecount)
1096 len -= thiswrite ;
1106 int bufferlen, writecount, thiswrite ;
1131 thiswrite = writecount ;
1134 total += thiswrite ;
1135 if (thiswrite < writecount)
1138 len -= thiswrite ;
1148 int bufferlen, writecount, thiswrite ;
1173 thiswrite = writecount ;
1176 total += thiswrite ;
1177 if (thiswrite < writecount)
1180 len -= thiswrite ;
1279 int bufferlen, writecount, thiswrite ;
1304 thiswrite = writecount ;
1307 total += thiswrite ;
1308 if (thiswrite < writecount)
1311 len -= thiswrite ;