Searched refs:outbytes (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/testsuite/newlib.iconv/ |
D | iconvjp.c | 909 size_t outbytes = OUTBUF_LEN; in main() local 913 …if (iconv(descs[d], NULL, NULL, (char **)&outbuf, &outbytes) … in main() 920 &outbuf, &outbytes); in main() 929 if (data[j].len != OUTBUF_LEN - outbytes) in main() 934 OUTBUF_LEN - (long) outbytes, (unsigned long) data[j].len); in main()
|
D | iconvru.c | 420 size_t outbytes = OUTBUF_LEN; in main() local 424 …if (iconv(descs[d], NULL, NULL, (char **)&outbuf, &outbytes) … in main() 431 &outbuf, &outbytes); in main() 440 if (data[j].len != OUTBUF_LEN - outbytes) in main() 445 OUTBUF_LEN - (long) outbytes, (unsigned long) data[j].len); in main()
|