Home
last modified time | relevance | path

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

/coreutils/tests/mv/
Dleak-fd.sh44 last_file=$(tail -n1 .dirs)/f
45 test -f $last_file || framework_failure_
49 test -f $last_file/f && fail=1
/coreutils/src/
Dcopy.h272 bool last_file; member
Dmv.c538 x.last_file = i + 1 == n_files; in main()
551 x.last_file = true; in main()
Dcopy.c2233 ? !x->last_file in copy_internal()
2776 if (command_line_arg && !x->last_file) in copy_internal()