Lines Matching full:destination
55 * Returns true if the source file is newer than the destination file.
82 * Returns true if the source and destination files are actually the
153 * Set the permissions, owner, and timestamps on the destination file
201 * Copy a regular file. If the destination file exists and is not a
218 "acp: destination '%s' exists and is not regular file\n",
222 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
261 /* if "force" is set, try removing the destination file and retry */
345 * We always discard the destination file. If it's a symlink already,
368 "acp: destination '%s' exists and is not regular or symlink\n",
444 "acp: destination '%s' exists and is not a directory\n", dst);
447 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
554 * so we can create the correct destination file.