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

/freebsd-13-stable/contrib/ipfilter/
H A Dopts.h53 #define OPT_LIST OPT_SHOWLIST macro
/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c191 OPT_DELETE, OPT_MODIFY, OPT_LIST, OPT_GN, OPT_USERINFO, enumerator in enum:OPTION_choice
205 {"list", OPT_LIST, '-', "List users"},
258 case OPT_LIST:
395 while (mode == OPT_LIST || user != NULL) {
401 print_user(db, userindex, (verbose > 0) || mode == OPT_LIST);
403 if (mode == OPT_LIST) {
H A Denc.c43 OPT_LIST, enumerator in enum:OPTION_choice
53 {"list", OPT_LIST, '-', "List ciphers"},
54 {"ciphers", OPT_LIST, '-', "Alias for -list"},
150 case OPT_LIST:
H A Ddgst.c39 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, OPT_LIST, enumerator in enum:OPTION_choice
53 {"list", OPT_LIST, '-', "List digests"},
120 case OPT_LIST:
/freebsd-13-stable/sbin/mdconfig/
H A Dmdconfig.c74 #define OPT_LIST 0x10 macro
392 * together with OPT_LIST.
394 return (md_list(NULL, OPT_LIST | vflag, fflag));
507 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE))
513 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE))
523 } else if (opt & OPT_LIST) {
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipnat.c130 opts |= OPT_LIST;
217 if (opts & (OPT_LIST|OPT_STAT))
227 if (opts & (OPT_LIST|OPT_STAT))
512 if (opts & OPT_LIST) {
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c367 #define OPT_LIST "123456789cdhlV" macro
369 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" macro
372 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
2258 "usage: %s [-" OPT_LIST "] [<file> [<file> ...]]\n",
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2910 #define OPT_LIST(V) \ macro
2920 OPT_LIST(V)
2924 OPT_LIST(V)
2927 #undef OPT_LIST macro

Completed in 192 milliseconds