Home | History | Annotate | Download | only in uconv

Lines Matching refs:wr

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