Lines Matching refs:size_t
39 size_t bw_conv_buflen; // size of bw_conv_buf
183 mch_memmove(ip->bw_rest + ip->bw_restlen, buf, (size_t)l); in buf_write_bytes()
208 (size_t)ip->bw_restlen); in buf_write_bytes()
224 (size_t)ip->bw_restlen); in buf_write_bytes()
256 size_t fromlen; in buf_write_bytes()
269 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
270 mch_memmove(from + ip->bw_restlen, buf, (size_t)len); in buf_write_bytes()
387 size_t fromlen; in buf_write_bytes()
396 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
397 mch_memmove(from + ip->bw_restlen, buf, (size_t)len); in buf_write_bytes()
420 size_t fromlen; in buf_write_bytes()
422 size_t tolen; in buf_write_bytes()
434 mch_memmove(fp, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
435 mch_memmove(fp + ip->bw_restlen, buf, (size_t)len); in buf_write_bytes()
449 size_t save_len = tolen; in buf_write_bytes()
466 == (size_t)-1 && ICONV_ERRNO != ICONV_EINVAL) in buf_write_bytes()
2540 mch_memmove(IObuff, errnum, (size_t)numlen); in buf_write()