Lines Matching defs:filecount
123 static int execute_cmd(char *algo_str, int filecount,
139 int filecount;
207 filecount = argc - optind;
209 (kflag && Kflag) || (Tflag && !Kflag) || filecount < 0) {
214 if (filecount == 0) {
220 return (execute_cmd(algo_str, filecount, filelist, mac_cmd));
355 * filecount - no. of files to process, if 0, use stdin
360 execute_cmd(char *algo_str, int filecount, char **filelist, boolean_t mac_cmd)
721 if (filecount > 0 && filelist != NULL) {
777 if (filecount > 1 || (vflag && filecount > 0)) {
785 } while (++i < filecount);