Lines Matching defs:files
45 FILE *lfp; /* log file for recording files updated */
57 static void dodcolon(char **filev, struct namelist *files, char *stamp,
60 static void doarrow(char **filev, struct namelist *files, char *rhost,
169 * Process commands for sending files to other machines.
172 doarrow(filev, files, rhost, cmds)
174 struct namelist *files;
184 printf("doarrow(%x, %s, %x)\n", files, rhost, cmds);
186 if (files == NULL) {
187 error("no files to be updated\n");
192 ddir = files->n_next != NULL; /* destination is a directory */
207 for (f = files; f != NULL; f = f->n_next) {
512 * Process commands for comparing files to time stamp files.
515 dodcolon(filev, files, stamp, cmds)
517 struct namelist *files;
530 if (files == NULL) {
531 error("no files to be updated\n");
555 for (f = files; f != NULL; f = f->n_next) {
735 fprintf(pf, "Subject: files updated by rdist from %s to %s\n",
738 fprintf(pf, "Subject: files updated after %s\n", ctime(&lmod));