Searched refs:copy_into_self (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dcopy.h277 bool *copy_into_self, bool *rename_succeeded);
H A Dmv.c163 bool copy_into_self; local
165 bool ok = copy (source, dest, false, x, &copy_into_self, &rename_succeeded);
170 if (copy_into_self)
172 /* In general, when copy returns with copy_into_self set, SOURCE is
H A Dcopy.c117 bool *copy_into_self,
373 bool *copy_into_self)
409 *copy_into_self |= local_copy_into_self;
1341 bool *copy_into_self,
1362 *copy_into_self = false;
1760 *copy_into_self = true;
1863 *copy_into_self = true;
1866 exit status to nonzero when copy_into_self is nonzero. */
2054 copy_into_self);
2393 bool *copy_into_self, boo
369 copy_dir(char const *src_name_in, char const *dst_name_in, bool new_dst, const struct stat *src_sb, struct dir_list *ancestors, const struct cp_options *x, bool *first_dir_created_per_command_line_arg, bool *copy_into_self) argument
1334 copy_internal(char const *src_name, char const *dst_name, bool new_dst, dev_t device, struct dir_list *ancestors, const struct cp_options *x, bool command_line_arg, bool *first_dir_created_per_command_line_arg, bool *copy_into_self, bool *rename_succeeded) argument
2391 copy(char const *src_name, char const *dst_name, bool nonexistent_dst, const struct cp_options *options, bool *copy_into_self, bool *rename_succeeded) argument
[all...]
H A Dcp.c694 bool copy_into_self; local
695 ok &= copy (arg, dst_name, new_dst, x, &copy_into_self, NULL);
H A Dinstall.c771 bool copy_into_self; local
782 return copy (from, to, false, x, &copy_into_self, NULL);

Completed in 67 milliseconds