Lines Matching refs:files
34 " files.]"
51 " [+dynamic?All files under \adir\a are considered referenced.]"
65 " copied. If \b--unreferenced\b is also specified then files and"
70 " all local files referring to the file.]"
74 "[F:force?By default files are not copied if the source and target size and"
75 " modification times match. \b--force\b forces all files to be copied.]"
87 "[p!:perlwarn?Check HTML files for unintentional embedded \bperl\b(1)"
92 "[X:remove?Unreferenced files are removed when \b--unreferenced\b and"
98 "[s:strict?By default unreferenced \b--index\b files and the containing"
100 " unreferenced \b--index\b files unreferenced.]"
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.)]"
107 "[w:warn?Produce a warning diagnostic for missing files.]"
108 "[x:unreferenced?If \b--copy\b is also specified then remove files and"
110 " Otherwise list unreferenced files in the \b--root\b directory."
111 " A directory that contains no referenced files but does contain an"
124 " release, and remove unreferenced files in the copy.]"
185 Dt_t* files;
259 if (!dtmatch(state->files, s) && keep(state, s, F_OK))
264 dtinsert(state->files, dp);
367 if (!(fp = (File_t*)dtmatch(state->files, s)))
374 dtinsert(state->files, fp);
380 if (dp = (File_t*)dtmatch(state->files, s))
388 dtinsert(state->files, dp);
920 if (!(state->files = dtopen(&state->disc, Dtoset)))
1044 for (fp = (File_t*)dtfirst(state->files); fp; fp = (File_t*)dtnext(state->files, fp))
1067 for (fp = (File_t*)dtfirst(state->files); fp; fp = (File_t*)dtnext(state->files, fp))
1178 if ((!(fp = dtmatch(state->files, ent->fts_path)) || !(fp->flags & COPIED)) && (!state->ignore.size || !strmatch(ent->fts_path, state->ignore.data)) && (!state->limit.size || strmatch(ent->fts_path, state->limit.data)))
1208 if (!dtmatch(state->files, ent->fts_path) && (!strmatch(ent->fts_name, state->keep.data) || state->skip.size && strmatch(ent->fts_name, state->skip.data) || state->ignore.size && strmatch(ent->fts_path, state->ignore.data)))
1234 for (fp = (File_t*)dtfirst(state->files); fp; fp = (File_t*)dtnext(state->files, fp))