Home | History | Annotate | Download | only in rdist

Lines Matching defs:files

52 FILE	*lfp;			/* log file for recording files updated */
123 * Process commands for sending files to other machines.
135 struct namelist * volatile files = xfiles;
141 (long)files, rhost, (long)cmds);
143 if (files == NULL) {
144 error("no files to be updated\n");
149 ddir = files->n_next != NULL; /* destination is a directory */
163 for (f = files; f != NULL; f = f->n_next) {
372 * Process commands for comparing files to time stamp files.
375 dodcolon(char **filev, struct namelist *files, char *stamp, struct subcmd *cmds)
386 if (files == NULL) {
387 error("no files to be updated\n");
411 for (f = files; f != NULL; f = f->n_next) {
590 fprintf(pf, "Subject: files updated by rdist from %s to %s\n",
593 fprintf(pf, "Subject: files updated after %s\n", ctime(&lmod));