OPT_LIST
case OPT_LIST:
{ "list", OPT_LIST, '-', "List digests" },
case OPT_LIST:
{ "list", OPT_LIST, '-', "List ciphers" },
{ "ciphers", OPT_LIST, '-', "Alias for -list" },
{ "list", OPT_LIST, '-', "List users" },
case OPT_LIST:
while (mode == OPT_LIST || user != NULL) {
print_user(db, userindex, (verbose > 0) || mode == OPT_LIST);
if (mode == OPT_LIST) {
opts |= OPT_LIST;
if (opts & (OPT_LIST|OPT_STAT))
if (opts & (OPT_LIST|OPT_STAT))
if (opts & OPT_LIST) {
return (md_list(NULL, OPT_LIST | vflag, fflag));
if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE))
if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE))
} else if (opt & OPT_LIST) {
while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {