Lines Matching refs:destination

36 "Usage: %s <options> <source> [ ... ] <destination>\n"
44 "given, the destination file must be a directory. If the destination is a\n"
46 "the destination directory. Entries that are in the way are removed, unless\n"
53 "Regardless of the file type of the destination, the attributes of the source\n"
57 "with the same options and destination and only one source file at a time,\n"
60 "contents; if the destination file is not a directory, or for a source entry\n"
61 "there exists no destination entry, the program aborts with an error\n"
200 BNode &destination, const Parameters &parameters)
239 ssize_t bytesWritten = destination.WriteAttr(attrName,
259 BFile &destination, const Parameters &parameters)
276 ssize_t bytesWritten = destination.WriteAt(offset, buffer, bytesRead);
305 // stat destination
318 // check whether to delete/create the destination
328 // destination is directory, but source isn't, and mode is
337 // unlink the destination
370 // create the destination
448 // open destination node
463 // the destination node is no longer needed
525 // check, if destination exists
536 // the data, we pretend the destination is no directory, even if it is
560 // If we have multiple source files, the destination should be a directory,
572 // If the destination is a directory, we usually want to copy the
598 // construct a usable destination entry path
610 fprintf(stderr, "Error: Failed to get destination path for "
611 "source \"%s\" and destination directory \"%s\".\n",
735 const char *destination = files[fileCount];
737 copy_files(files, fileCount, destination, parameters);