| /src/usr.bin/iconv/ |
| iconv.c | 100 size_t inbytes, outbytes, ret, invalids; local 118 outbytes = OUTBUFSIZE; 120 &outbytes, flags, &inval); 123 if (outbytes < OUTBUFSIZE) { 124 if (fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo) 125 != OUTBUFSIZE - outbytes) 159 outbytes = OUTBUFSIZE; 161 ret = iconv(cd, NULL, NULL, &out, &outbytes); 164 if (outbytes < OUTBUFSIZE) { 165 if (fwrite(outbuf, 1, OUTBUFSIZE - outbytes, fo [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| run.c | 497 size_t outbytes = 0; local 509 buf + outbytes, inbytes - outbytes); 517 outbytes += w; 519 while (inbytes != outbytes);
|
| /src/usr.bin/mail/ |
| mime_codecs.c | 123 size_t inbytes, outbytes, ret; local 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);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-lex.c | 489 size_t outbytes = sizeof (scratchbuf) - outsize; local 495 if (outbytes == 0) 498 if (u8_mbtouc (&mbc->uc, scratchbuf, outbytes) < outbytes)
|
| x-csharp.c | 314 size_t outbytes = sizeof (scratchbuf) - outsize; local 321 if (outbytes == 0) 327 if (u8_mbtouc (&uc, scratchbuf, outbytes) < outbytes)
|
| x-python.c | 337 size_t outbytes = sizeof (scratchbuf) - outsize; local 344 if (outbytes == 0) 350 if (u8_mbtouc (&uc, scratchbuf, outbytes) < outbytes)
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_lib.c | 904 unsigned char *outbytes; local 911 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) 912 || i2d_X509(x, &outbytes) != len) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem_lib.c | 885 unsigned char *outbytes; local 893 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) 894 || i2d_X509(x, &outbytes) != len) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem_lib.c | 991 unsigned char *outbytes; local 1003 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) 1004 || i2d_X509(x, &outbytes) != len) {
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_xar.c | 92 #define PRINT_TOC(d, outbytes) do { \ 94 unsigned char c = x[outbytes-1]; \ 95 x[outbytes - 1] = 0; \ 98 x[outbytes - 1] = c; \ 101 #define PRINT_TOC(d, outbytes) 816 size_t outbytes = 0; local 827 r = rd_contents(a, &d, &outbytes, &used, xattr->length); 830 if (outbytes != xattr->size) { 854 xattr->name.s, d, outbytes); 1600 decompress(struct archive_read *a, const void **buff, size_t *outbytes, 3114 size_t outbytes; local 3318 size_t outbytes; local 3389 size_t outbytes = cb; local [all...] |