Home
last modified time | relevance | path

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

/coreutils/src/
Dtee.c40 static bool tee_files (int nfiles, char **files, bool);
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() function