Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c1738 const struct cp_options *x, bool *return_now) in same_file_ok() argument
1748 *return_now = false; in same_file_ok()
1757 *return_now = true; in same_file_ok()
1783 *return_now = true; in same_file_ok()
1901 *return_now = true; in same_file_ok()
1965 *return_now = ! S_ISLNK (dst_sb_link->st_mode); in same_file_ok()
2344 bool return_now = false; in copy_internal() local
2350 &dst_sb, x, &return_now)) in copy_internal()
2446 return_now = true; in copy_internal()
2449 if (return_now) in copy_internal()