Home | History | Annotate | Download | only in common_source

Lines Matching defs:files

69 static int	all = 0;		/* eliminate all files (root only) */
83 struct dirent **files;
93 all = 1; /* all files in local queue */
109 if ((nitems = scandir(".", &files, iscf, NULL)) < 0)
127 * process the files
130 process(files[i]->d_name);
197 case 'U': /* unlink associated files */
277 * files sent from the remote machine to be removed.
294 * Check to see if we are sending files to a remote machine. If we are,
295 * then try removing files on the remote machine.