Lines Matching defs:copy
9 * A copy of the License is available at *
62 "[c:copy?Copy the selected references to \adirectory\a which must already"
82 "[l:limit?Limit \b--copy\b and \b--remove\b operations to path names matching"
101 "[S:symlink?Instruct \b--copy\b to \bsymlink\b(2) files that do not contain"
106 "[v:verbose?List files as they are copied (see \b--copy\b.)]"
108 "[x:unreferenced?If \b--copy\b is also specified then remove files and"
109 " directories in the \b--copy\b \adirectory\a that have not been copied."
124 " release, and remove unreferenced files in the copy.]"
202 String_t copy;
620 if (state->copy.size)
622 s = state->copy.data;
932 state->copy.size = strlen(state->copy.data = opt_info.arg);
999 if (state->copy.size && (stat(state->copy.data, &st) || !S_ISDIR(st.st_mode)))
1000 error(ERROR_SYSTEM|3, "%s: not a directory", state->copy.data);
1064 if (state->copy.size)
1071 sfsprintf(p, sizeof(state->buf) - 1, "%s%s", state->copy.data, fp->name + state->root.size);
1100 sfprintf(sfstdout, " copy %s\n", p);
1145 sfprintf(sfstdout, " copy %s\n", p);
1175 if (!(fts = fts_open((char**)state->copy.data, FTS_ONEPATH|FTS_META|FTS_PHYSICAL|FTS_NOPREORDER, order)))
1176 error(ERROR_SYSTEM|3, "%s: cannot search directory", state->copy.data);
1186 error(ERROR_SYSTEM|3, "%s: directory read error", state->copy.data);