Searched defs:filecount (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-crypto/digest/ |
| H A D | digest.c | 123 static int execute_cmd(char *algo_str, int filecount, 139 int filecount; local 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) argument 721 if (filecount > 0 && filelist != NULL) { 777 if (filecount > [all...] |
Completed in 44 milliseconds