Home
last modified time | relevance | path

Searched refs:OPT_LIST (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dsrp.c200 OPT_LIST, enumerator
226 { "list", OPT_LIST, '-', "List users" },
284 case OPT_LIST: in srp_main()
429 while (mode == OPT_LIST || user != NULL) { in srp_main()
435 print_user(db, userindex, (verbose > 0) || mode == OPT_LIST); in srp_main()
437 if (mode == OPT_LIST) { in srp_main()
H A Denc.c47 OPT_LIST, enumerator
85 { "list", OPT_LIST, '-', "List ciphers" },
87 { "ciphers", OPT_LIST, '-', "Alias for -list" },
218 case OPT_LIST: in enc_main()
H A Ddgst.c43 OPT_LIST, enumerator
74 { "list", OPT_LIST, '-', "List digests" },
155 case OPT_LIST: in dgst_main()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c73 #define OPT_LIST 0x10 macro
401 return (md_list(NULL, OPT_LIST | vflag, fflag)); in main()
571 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE)) in md_list()
577 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE)) in md_list()
587 } else if (opt & OPT_LIST) { in md_list()
/freebsd/sbin/ipf/common/
H A Dopts.h52 #define OPT_LIST OPT_SHOWLIST macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c124 opts |= OPT_LIST; in main()
211 if (opts & (OPT_LIST|OPT_STAT)) in main()
221 if (opts & (OPT_LIST|OPT_STAT)) in main()
501 if (opts & OPT_LIST) { in dostats()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3559 #define OPT_LIST(V) \ macro
3569 OPT_LIST(V)
3573 OPT_LIST(V) in OPT_LIST() function
3576 #undef OPT_LIST in OPT_LIST()
/freebsd/usr.bin/gzip/
H A Dgzip.c343 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" in main() macro
345 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) { in main()