Home
last modified time | relevance | path

Searched refs:OBUFSIZ (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c178 #define OBUFSIZ (2 * BUFSIZ) macro
184 static char obuf[OBUFSIZ]; in iconv_file()
204 oleft = OBUFSIZ; in iconv_file()
217 ocnt = OBUFSIZ - oleft; in iconv_file()
226 oleft = OBUFSIZ; in iconv_file()
300 oleft = OBUFSIZ; in iconv_file()
302 ocnt = OBUFSIZ - oleft; in iconv_file()