Searched refs:first_out (Results 1 – 1 of 1) sorted by relevance
233 int first_out = 0; /* idx of first non-null output in descriptors */ in tee_files() local282 if (pipe_check && out_pollable[first_out]) in tee_files()285 int err = iopoll (STDIN_FILENO, fileno (descriptors[first_out]), in tee_files()292 if (fail_output (descriptors, files, first_out)) in tee_files()295 first_out = get_next_out (descriptors, nfiles, first_out); in tee_files()320 if (i == first_out) in tee_files()321 first_out = get_next_out (descriptors, nfiles, first_out); in tee_files()