Home
last modified time | relevance | path

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

/coreutils/src/
Dtee.c170 bool pipe_check = ((output_error == output_error_warn_nopipe in main() local
177 bool ok = tee_files (argc - optind, &argv[optind], pipe_check); in main()
225 tee_files (int nfiles, char **files, bool pipe_check) in tee_files() argument
248 if (pipe_check) in tee_files()
252 if (pipe_check) in tee_files()
264 if (pipe_check) in tee_files()
273 if (pipe_check) in tee_files()
282 if (pipe_check && out_pollable[first_out]) in tee_files()
340 if (pipe_check) in tee_files()