Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h299 int nonexistent_dst, const struct cp_options *options,
Dcopy.c123 int nonexistent_dst, struct stat const *parent,
2196 int nonexistent_dst, in copy_internal() argument
2229 nonexistent_dst = *rename_succeeded = rename_errno == 0; in copy_internal()
2291 bool new_dst = 0 < nonexistent_dst; in copy_internal()
2319 if (!use_lstat && nonexistent_dst < 0) in copy_internal()
3403 int nonexistent_dst, const struct cp_options *options, in copy() argument
3420 nonexistent_dst, nullptr, nullptr, in copy()