Home | History | Annotate | Download | only in uconv

Lines Matching defs:wr

604     size_t rd, wr;
1023 outfoffset += (int32_t)(wr = fwrite(outbuf, 1, outlen, outfile));
1024 if (wr != outlen) {