Home | History | Annotate | Download | only in host

Lines Matching full:acp

127                 "acp: failed reading '%s': %s\n", src, strerror(errno));
135 "acp: failed writing '%s': %s\n", dst, strerror(errno));
139 fprintf(stderr, "acp: partial write to '%s' (%zd of %zd)\n",
218 "acp: destination '%s' exists and is not regular file\n",
222 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
228 fprintf(stderr, "acp: '%s' and '%s' are the same file\n",
244 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno));
256 "acp: cannot create '%s': %s\n", dst, strerror(errno));
272 fprintf(stderr, "acp: unable to remove '%s': %s\n",
284 fprintf(stderr, "acp: unable to open '%s': %s\n",
368 "acp: destination '%s' exists and is not regular or symlink\n",
375 fprintf(stderr, "acp: '%s' and '%s' are the same file\n",
391 fprintf(stderr, "acp: unable to read symlink '%s': %s\n",
401 fprintf(stderr, "acp: unable to remove '%s': %s\n",
408 fprintf(stderr, "acp: unable to create symlink '%s' [%s]: %s\n",
444 "acp: destination '%s' exists and is not a directory\n", dst);
447 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
454 "acp: cannot copy directory into itself ('%s' and '%s')\n",
462 fprintf(stderr, "acp: unable to create directory '%s': %s\n",
476 fprintf(stderr, "acp: unable to open directory '%s': %s\n",
556 * If we don't have the "-e" flag set, we want "acp
602 fprintf(stderr, "acp: file '%s' does not exist\n", src);
604 fprintf(stderr, "acp: unable to stat '%s': %s\n",
618 fprintf(stderr, "acp: omitting directory '%s'\n", src);
627 fprintf(stderr, "acp: skipping unusual file '%s' (mode=0%o)\n",