OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OUTBUFSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/iconv/
iconv.c
91
#define
OUTBUFSIZE
(INBUFSIZE * 2)
97
char inbuf[INBUFSIZE], outbuf[
OUTBUFSIZE
], *out;
117
outbytes =
OUTBUFSIZE
;
122
if (outbytes <
OUTBUFSIZE
)
123
(void)fwrite(outbuf, 1,
OUTBUFSIZE
- outbytes,
155
outbytes =
OUTBUFSIZE
;
160
if (outbytes <
OUTBUFSIZE
)
161
(void)fwrite(outbuf, 1,
OUTBUFSIZE
- outbytes, stdout);
/src/usr.bin/mail/
mime_codecs.c
116
#define
OUTBUFSIZE
(INBUFSIZE * 2)
121
char inbuf[INBUFSIZE], outbuf[
OUTBUFSIZE
], *out;
136
outbytes =
OUTBUFSIZE
;
171
if (outbytes <
OUTBUFSIZE
)
172
(void)fwrite(outbuf, 1,
OUTBUFSIZE
- outbytes, fo);
176
outbytes =
OUTBUFSIZE
;
184
if (outbytes <
OUTBUFSIZE
)
185
(void)fwrite(outbuf, 1,
OUTBUFSIZE
- outbytes, fo);
Completed in 12 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025