/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.c | 160 if (opts & OPT_VERBOSE) in connectfd() 166 if (opts & OPT_VERBOSE) in connectfd() 193 if (opts & OPT_VERBOSE) in writefd() 202 if (opts & OPT_VERBOSE) in writefd() 228 if (opts & OPT_VERBOSE) in readfd() 233 if (opts & OPT_VERBOSE) in readfd() 240 if (opts & OPT_VERBOSE) in readfd() 256 if (opts & OPT_VERBOSE) in readfd() 299 if (opts & OPT_VERBOSE) in runconfig() 307 if (opts & OPT_VERBOSE) in runconfig() [all …]
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.c | 139 opts += OPT_VERBOSE; in main() 265 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) in packetlogon() 273 if (opts & OPT_VERBOSE) in packetlogon() 279 if (opts & OPT_VERBOSE) in packetlogon() 285 if (opts & OPT_VERBOSE) in packetlogon() 290 if (opts & OPT_VERBOSE) in packetlogon() 301 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in packetlogon() 307 if (opts & OPT_VERBOSE) in packetlogon() 324 if (opts & OPT_VERBOSE) in packetlogon() 389 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in flushfilter() [all …]
|
/freebsd/sbin/ipf/ipfs/ |
H A D | ipfs.c | 264 opts |= OPT_VERBOSE; in main() 355 if (opts & OPT_VERBOSE) in setlock() 362 if (opts & OPT_VERBOSE) in setlock() 396 if (opts & OPT_VERBOSE) in writestate() 405 if (opts & OPT_VERBOSE) in writestate() 495 if (opts & OPT_VERBOSE) in readstate() 498 if (opts & OPT_VERBOSE) in readstate() 510 if (opts & OPT_VERBOSE) in readstate() 637 if (opts & OPT_VERBOSE) in readnat() 641 if (opts & OPT_VERBOSE) in readnat() [all …]
|
/freebsd/sbin/kldunload/ |
H A D | kldunload.c | 48 #define OPT_VERBOSE 0x02 macro 76 opt |= OPT_VERBOSE; in main() 99 if (opt & OPT_VERBOSE) { in main()
|
/freebsd/sbin/ipf/libipf/ |
H A D | verbose.c | 23 if (opts & OPT_VERBOSE) in verbose() 35 if (opts & OPT_VERBOSE) in ipfkverbose()
|
H A D | printhostmap.c | 25 if (opts & OPT_VERBOSE) in printhostmap()
|
H A D | printstate.c | 61 if ((opts & OPT_VERBOSE) != 0) { in printstate() 174 if ((opts & OPT_VERBOSE) != 0) { in printstate()
|
H A D | load_dstlist.c | 49 if ((opts & OPT_VERBOSE) != 0) { in load_dstlist()
|
H A D | load_pool.c | 51 if ((opts & OPT_VERBOSE) != 0) { in load_pool()
|
H A D | printnatside.c | 51 if (opts & OPT_VERBOSE) in printnatside()
|
H A D | load_hash.c | 69 if (opts & OPT_VERBOSE) { in load_hash()
|
H A D | printaps.c | 39 if ((proto == IPPROTO_TCP) && (opts & OPT_VERBOSE)) { in printaps()
|
/freebsd/crypto/openssl/apps/ |
H A D | gendsa.c | 27 OPT_OUT, OPT_PASSOUT, OPT_ENGINE, OPT_CIPHER, OPT_VERBOSE, enumerator 46 {"verbose", OPT_VERBOSE, '-', "Verbose output"}, 97 case OPT_VERBOSE: in gendsa_main()
|
H A D | dsaparam.c | 33 OPT_NOOUT, OPT_GENKEY, OPT_ENGINE, OPT_VERBOSE, enumerator 55 {"verbose", OPT_VERBOSE, '-', "Verbose output"}, 124 case OPT_VERBOSE: in dsaparam_main()
|
H A D | genrsa.c | 40 OPT_OUT, OPT_PASSOUT, OPT_CIPHER, OPT_PRIMES, OPT_VERBOSE, enumerator 64 {"verbose", OPT_VERBOSE, '-', "Verbose output"}, 139 case OPT_VERBOSE: in genrsa_main()
|
H A D | verify.c | 34 OPT_VERBOSE, enumerator 46 {"verbose", OPT_VERBOSE, '-', 187 case OPT_VERBOSE: in verify_main()
|
H A D | rehash.c | 487 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE, enumerator 502 {"v", OPT_VERBOSE, '-', "Verbose output"}, 539 case OPT_VERBOSE: in rehash_main()
|
H A D | srp.c | 194 OPT_VERBOSE, OPT_CONFIG, OPT_NAME, OPT_SRPVFILE, OPT_ADD, enumerator 204 {"verbose", OPT_VERBOSE, '-', "Talk a lot while doing things"}, 258 case OPT_VERBOSE: in srp_main()
|
/freebsd/contrib/flex/src/ |
H A D | options.c | 202 {"-v", OPT_VERBOSE, 0} 204 {"--verbose", OPT_VERBOSE, 0}
|
H A D | options.h | 122 OPT_VERBOSE, enumerator
|
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.c | 70 #define OPT_VERBOSE 0x01 macro 260 vflag = OPT_VERBOSE; in main() 358 if (action != LIST && vflag == OPT_VERBOSE) in main() 554 if (opt & OPT_VERBOSE || in md_list() 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()
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.c | 157 opts |= OPT_VERBOSE; in main() 342 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_dead() 385 if (opts & OPT_VERBOSE) in dostats_dead() 497 if (opts & OPT_VERBOSE) in dostats() 544 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_live() 596 if (opts & OPT_VERBOSE) in dostats_live()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 200 opts |= OPT_VERBOSE; in poolnodecommand() 295 opts |= OPT_VERBOSE; in poolcommand() 392 opts |= OPT_VERBOSE; in loadpoolfile() 455 opts |= OPT_VERBOSE; in poolstats() 565 opts |= OPT_VERBOSE; in poolflush() 717 opts |= OPT_VERBOSE; in poollist()
|
/freebsd/sbin/ipf/common/ |
H A D | opts.h | 26 #define OPT_VERBOSE 0x000040 macro
|
/freebsd/sbin/ipf/ipscan/ |
H A D | ipscan_y.y | 327 if (opts & OPT_VERBOSE) { in printent() 400 if (opts & OPT_VERBOSE) in addtag() 542 opts |= OPT_VERBOSE; in main()
|