cksum.c | 540 const char fileargs[] = "[file ... | -c [-w] [sumfile]]"; local in function:usage 545 sumargs, fileargs); 547 sumargs, fileargs); 548 (void)fprintf(stderr, " md2 %s %s\n", hashargs, fileargs); 549 (void)fprintf(stderr, " md4 %s %s\n", hashargs, fileargs); 550 (void)fprintf(stderr, " md5 %s %s\n", hashargs, fileargs); 551 (void)fprintf(stderr, " rmd160 %s %s\n", hashargs, fileargs); 552 (void)fprintf(stderr, " sha1 %s %s\n", hashargs, fileargs);
|