HomeSort by: relevance | last modified time | path
    Searched defs:fileargs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/cksum/
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);
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);

Completed in 25 milliseconds