Lines Matching refs:stream
308 FILE *stream = NULL;
319 ret = isc_stdio_open(randomfile, "r", &stream);
322 ret = isc_stdio_read(seed, 1, SEEDSIZE, stream, &cc);
325 ret = isc_stdio_close(stream);
326 stream = NULL;
332 if (stream != NULL)
333 (void) isc_stdio_close(stream);
1164 FILE *stream = NULL;
1270 ret = isc_stdio_open(v, "r", &stream);
1274 ret = isc_stdio_read(pin, 1, PINLEN + 1, stream, &l);
1279 ret = isc_stdio_close(stream);
1280 stream = NULL;
1313 if (stream != NULL)
1314 (void) isc_stdio_close(stream);