Searched refs:streams (Results 1 – 3 of 3) sorted by relevance
274 FILE *streams[2]; in compare_files() local292 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()
17573 * stdbuf invocation:: Modify buffering of standard streams.18525 @cindex standard streams, buffering18529 three standard I/O streams associated with a program. Synopsis:18538 uses the ISO C @code{FILE} streams for input/output (note the18542 does not adjust the buffering of its standard streams (note the19669 lines of text. Unix data files are generally just streams of bytes, with
3266 for its standard streams.