Home
last modified time | relevance | path

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

/coreutils/src/
Dcomm.c274 FILE *streams[2]; in compare_files() local
292 streams[i] = (STREQ (infiles[i], "-") ? stdin : fopen (infiles[i], "r")); in compare_files()
293 if (!streams[i]) in compare_files()
296 fadvise (streams[i], FADVISE_SEQUENTIAL); in compare_files()
298 thisline[i] = readlinebuffer_delim (all_line[i][alt[i][0]], streams[i], in compare_files()
300 if (ferror (streams[i])) in compare_files()
370 streams[i], delim); in compare_files()
382 if (ferror (streams[i])) in compare_files()
390 if (fclose (streams[i]) != 0) in compare_files()
/coreutils/doc/
Dcoreutils.texi17573 * stdbuf invocation:: Modify buffering of standard streams.
18525 @cindex standard streams, buffering
18529 three standard I/O streams associated with a program. Synopsis:
18538 uses the ISO C @code{FILE} streams for input/output (note the
18542 does not adjust the buffering of its standard streams (note the
19669 lines of text. Unix data files are generally just streams of bytes, with
/coreutils/
DNEWS3266 for its standard streams.