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

/freebsd-current/sbin/ipf/common/
H A Dopts.h52 #define OPT_LIST OPT_SHOWLIST macro
/freebsd-current/crypto/openssl/apps/
H A Dsrp.c195 OPT_DELETE, OPT_MODIFY, OPT_LIST, OPT_GN, OPT_USERINFO, enumerator in enum:OPTION_choice
215 {"list", OPT_LIST, '-', "List users"},
273 case OPT_LIST:
418 while (mode == OPT_LIST || user != NULL) {
424 print_user(db, userindex, (verbose > 0) || mode == OPT_LIST);
426 if (mode == OPT_LIST) {
H A Denc.c47 OPT_LIST, enumerator in enum:OPTION_choice
58 {"list", OPT_LIST, '-', "List ciphers"},
60 {"ciphers", OPT_LIST, '-', "Alias for -list"},
167 case OPT_LIST:
H A Ddgst.c40 OPT_LIST, enumerator in enum:OPTION_choice
54 {"list", OPT_LIST, '-', "List digests"},
132 case OPT_LIST:
/freebsd-current/sbin/mdconfig/
H A Dmdconfig.c73 #define OPT_LIST 0x10 macro
396 * together with OPT_LIST.
398 return (md_list(NULL, OPT_LIST | vflag, fflag));
572 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE))
578 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE))
588 } else if (opt & OPT_LIST) {
/freebsd-current/sbin/ipf/ipnat/
H A Dipnat.c124 opts |= OPT_LIST;
211 if (opts & (OPT_LIST|OPT_STAT))
221 if (opts & (OPT_LIST|OPT_STAT))
501 if (opts & OPT_LIST) {
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3228 #define OPT_LIST(V) \ macro
3238 OPT_LIST(V)
3242 OPT_LIST(V)
3245 #undef OPT_LIST macro
/freebsd-current/usr.bin/gzip/
H A Dgzip.c343 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" macro
345 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {

Completed in 278 milliseconds