/src/usr.bin/iconv/ |
iconv.c | 99 size_t inbytes, outbytes, ret, invalids; local in function:do_conv 117 outbytes = OUTBUFSIZE; 119 &outbytes, flags, &inval); 122 if (outbytes < OUTBUFSIZE) 123 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, 155 outbytes = OUTBUFSIZE; 157 ret = iconv(cd, NULL, NULL, &out, &outbytes); 160 if (outbytes < OUTBUFSIZE) 161 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, stdout);
|
iconv.c | 99 size_t inbytes, outbytes, ret, invalids; local in function:do_conv 117 outbytes = OUTBUFSIZE; 119 &outbytes, flags, &inval); 122 if (outbytes < OUTBUFSIZE) 123 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, 155 outbytes = OUTBUFSIZE; 157 ret = iconv(cd, NULL, NULL, &out, &outbytes); 160 if (outbytes < OUTBUFSIZE) 161 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, stdout);
|
iconv.c | 99 size_t inbytes, outbytes, ret, invalids; local in function:do_conv 117 outbytes = OUTBUFSIZE; 119 &outbytes, flags, &inval); 122 if (outbytes < OUTBUFSIZE) 123 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, 155 outbytes = OUTBUFSIZE; 157 ret = iconv(cd, NULL, NULL, &out, &outbytes); 160 if (outbytes < OUTBUFSIZE) 161 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, stdout);
|
/src/usr.bin/mail/ |
mime_codecs.c | 123 size_t inbytes, outbytes, ret; local in function:mime_ficonv 136 outbytes = OUTBUFSIZE; 137 ret = mime_iconv(cd, &in, &inbytes, &out, &outbytes); 171 if (outbytes < OUTBUFSIZE) 172 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo); 176 outbytes = OUTBUFSIZE; 178 ret = iconv(cd, NULL, NULL, &out, &outbytes); 184 if (outbytes < OUTBUFSIZE) 185 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo);
|
mime_codecs.c | 123 size_t inbytes, outbytes, ret; local in function:mime_ficonv 136 outbytes = OUTBUFSIZE; 137 ret = mime_iconv(cd, &in, &inbytes, &out, &outbytes); 171 if (outbytes < OUTBUFSIZE) 172 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo); 176 outbytes = OUTBUFSIZE; 178 ret = iconv(cd, NULL, NULL, &out, &outbytes); 184 if (outbytes < OUTBUFSIZE) 185 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo);
|
mime_codecs.c | 123 size_t inbytes, outbytes, ret; local in function:mime_ficonv 136 outbytes = OUTBUFSIZE; 137 ret = mime_iconv(cd, &in, &inbytes, &out, &outbytes); 171 if (outbytes < OUTBUFSIZE) 172 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo); 176 outbytes = OUTBUFSIZE; 178 ret = iconv(cd, NULL, NULL, &out, &outbytes); 184 if (outbytes < OUTBUFSIZE) 185 (void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo);
|