| /freebsd-14-stable/share/examples/ipfilter/l4check/ |
| HD | 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-14-stable/sbin/ipf/ipf/ |
| HD | ipf.c | 143 opts += OPT_VERBOSE; in main() 269 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) in packetlogon() 277 if (opts & OPT_VERBOSE) in packetlogon() 283 if (opts & OPT_VERBOSE) in packetlogon() 289 if (opts & OPT_VERBOSE) in packetlogon() 294 if (opts & OPT_VERBOSE) in packetlogon() 305 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in packetlogon() 311 if (opts & OPT_VERBOSE) in packetlogon() 328 if (opts & OPT_VERBOSE) in packetlogon() 393 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in flushfilter() [all …]
|
| /freebsd-14-stable/sbin/ipf/ipfs/ |
| HD | ipfs.c | 267 opts |= OPT_VERBOSE; in main() 358 if (opts & OPT_VERBOSE) in setlock() 365 if (opts & OPT_VERBOSE) in setlock() 399 if (opts & OPT_VERBOSE) in writestate() 408 if (opts & OPT_VERBOSE) in writestate() 498 if (opts & OPT_VERBOSE) in readstate() 501 if (opts & OPT_VERBOSE) in readstate() 513 if (opts & OPT_VERBOSE) in readstate() 640 if (opts & OPT_VERBOSE) in readnat() 644 if (opts & OPT_VERBOSE) in readnat() [all …]
|
| /freebsd-14-stable/sbin/kldunload/ |
| HD | kldunload.c | 49 #define OPT_VERBOSE 0x02 macro 77 opt |= OPT_VERBOSE; in main() 100 if (opt & OPT_VERBOSE) { in main()
|
| /freebsd-14-stable/sbin/ipf/libipf/ |
| HD | verbose.c | 23 if (opts & OPT_VERBOSE) in verbose() 35 if (opts & OPT_VERBOSE) in ipfkverbose()
|
| HD | printhostmap.c | 25 if (opts & OPT_VERBOSE) in printhostmap()
|
| HD | printstate.c | 61 if ((opts & OPT_VERBOSE) != 0) { in printstate() 174 if ((opts & OPT_VERBOSE) != 0) { in printstate()
|
| HD | load_dstlist.c | 49 if ((opts & OPT_VERBOSE) != 0) { in load_dstlist()
|
| HD | load_pool.c | 51 if ((opts & OPT_VERBOSE) != 0) { in load_pool()
|
| HD | printnatside.c | 51 if (opts & OPT_VERBOSE) in printnatside()
|
| HD | load_hash.c | 69 if (opts & OPT_VERBOSE) { in load_hash()
|
| HD | printaps.c | 42 if ((proto == IPPROTO_TCP) && (opts & OPT_VERBOSE)) { in printaps()
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | verify.c | 34 OPT_VERBOSE, enumerator 46 {"verbose", OPT_VERBOSE, '-', 187 case OPT_VERBOSE: in verify_main()
|
| HD | 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()
|
| HD | 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-14-stable/contrib/flex/src/ |
| HD | options.c | 202 {"-v", OPT_VERBOSE, 0} 204 {"--verbose", OPT_VERBOSE, 0}
|
| HD | options.h | 122 OPT_VERBOSE, enumerator
|
| /freebsd-14-stable/sbin/mdconfig/ |
| HD | mdconfig.c | 69 #define OPT_VERBOSE 0x01 macro 254 vflag = OPT_VERBOSE; in main() 354 if (action != LIST && vflag == OPT_VERBOSE) in main() 494 if (opt & OPT_VERBOSE || in md_list() 510 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE)) in md_list() 516 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE)) in md_list()
|
| /freebsd-14-stable/sbin/ipf/ipnat/ |
| HD | ipnat.c | 161 opts |= OPT_VERBOSE; in main() 346 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_dead() 389 if (opts & OPT_VERBOSE) in dostats_dead() 501 if (opts & OPT_VERBOSE) in dostats() 548 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_live() 600 if (opts & OPT_VERBOSE) in dostats_live()
|
| /freebsd-14-stable/sbin/ipf/ippool/ |
| HD | 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-14-stable/sbin/ipf/common/ |
| HD | opts.h | 26 #define OPT_VERBOSE 0x000040 macro
|
| /freebsd-14-stable/sbin/ipf/ipscan/ |
| HD | ipscan_y.y | 327 if (opts & OPT_VERBOSE) { in printent() 400 if (opts & OPT_VERBOSE) in addtag() 542 opts |= OPT_VERBOSE; in main()
|