Lines Matching full:destination
54 * Returns true if the source file is newer than the destination file.
83 * Returns true if the source and destination files are actually the
154 * Set the permissions, owner, and timestamps on the destination file
202 * Copy a regular file. If the destination file exists and is not a
219 "acp: destination '%s' exists and is not regular file\n",
223 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
262 /* if "force" is set, try removing the destination file and retry */
347 * We always discard the destination file. If it's a symlink already,
367 "acp: destination '%s' exists and is not regular or symlink\n",
443 "acp: destination '%s' exists and is not a directory\n", dst);
446 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
553 * so we can create the correct destination file.