Searched refs:in_stream (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c211 static FILE *in_stream; variable
487 in_stream = fopen_or_warn_stdin(input_filename);
488 if (in_stream) {
489 if (in_stream == stdin)
497 setbuf(in_stream, NULL);
500 /* Test whether there have been errors on in_stream, and close it if
502 on in_stream or stdout; return zero otherwise. This function will
510 if (in_stream) {
511 if (ferror(in_stream)) {
515 fclose_if_not_stdin(in_stream);
[all...]

Completed in 94 milliseconds