OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inbytes
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/citrus/
citrus_iconv.h
55
size_t * __restrict
inbytes
,
65
return (*cv->cv_shared->ci_ops->io_convert)(cv, in,
inbytes
, out,
/src/lib/libc/citrus/modules/
citrus_iconv_none.c
103
size_t * __restrict
inbytes
,
111
len = *
inbytes
;
119
*
inbytes
-= len;
citrus_iconv_std.c
461
size_t * __restrict
inbytes
,
507
if (*
inbytes
==0) {
522
&tmpin, *
inbytes
, &szrin);
568
_DIAGASSERT(*
inbytes
>=szrin && *outbytes>=szrout);
569
*
inbytes
-= tmpin-*in; /* szrin is insufficient on \0. */
/src/usr.bin/iconv/
iconv.c
100
size_t
inbytes
, outbytes, ret, invalids;
local
112
while ((
inbytes
= fread(inbuf, 1, INBUFSIZE, fi)) > 0) {
114
while (
inbytes
> 0) {
119
ret = __iconv(cd, __UNCONST(&in), &
inbytes
, &out,
140
(void)memmove(inbuf, in,
inbytes
);
141
ret = fread(inbuf +
inbytes
, 1,
142
INBUFSIZE -
inbytes
, fi);
154
inbytes
+= ret;
/src/usr.bin/mail/
mime_codecs.c
123
size_t
inbytes
, outbytes, ret;
local
132
while ((
inbytes
= fread(inbuf, 1, INBUFSIZE, fi)) > 0) {
134
while (
inbytes
> 0) {
137
ret = mime_iconv(cd, &in, &
inbytes
, &out, &outbytes);
151
(void)memmove(inbuf, in,
inbytes
);
152
ret = fread(inbuf +
inbytes
, 1,
153
INBUFSIZE -
inbytes
, fi);
168
inbytes
+= ret;
Completed in 36 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026