Home
last modified time | relevance | path

Searched refs:OPT_VERBOSE (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c160 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()
299 if (opts & OPT_VERBOSE) in runconfig()
368 if (opts & OPT_VERBOSE) in runconfig()
773 opts |= OPT_VERBOSE; in main()
[all …]
/freebsd/sbin/ipf/ipf/
H A Dipf.c139 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 Dipfs.c264 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()
637 if (opts & OPT_VERBOSE) in readnat()
700 if (opts & OPT_VERBOSE) in writenat()
712 if (opts & OPT_VERBOSE) in writenat()
[all …]
/freebsd/sbin/kldunload/
H A Dkldunload.c48 #define OPT_VERBOSE 0x02 macro
76 opt |= OPT_VERBOSE; in main()
99 if (opt & OPT_VERBOSE) { in main()
/freebsd/sbin/ipf/libipf/
H A Dverbose.c23 if (opts & OPT_VERBOSE) in verbose()
35 if (opts & OPT_VERBOSE) in ipfkverbose()
H A Dprinthostmap.c25 if (opts & OPT_VERBOSE) in printhostmap()
H A Dprintstate.c61 if ((opts & OPT_VERBOSE) != 0) { in printstate()
174 if ((opts & OPT_VERBOSE) != 0) { in printstate()
H A Dload_dstlist.c49 if ((opts & OPT_VERBOSE) != 0) { in load_dstlist()
H A Dload_pool.c51 if ((opts & OPT_VERBOSE) != 0) { in load_pool()
H A Dprintnatside.c51 if (opts & OPT_VERBOSE) in printnatside()
H A Dload_hash.c69 if (opts & OPT_VERBOSE) { in load_hash()
H A Dprintaps.c39 if ((proto == IPPROTO_TCP) && (opts & OPT_VERBOSE)) { in printaps()
/freebsd/crypto/openssl/apps/
H A Dgendsa.c27 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 Ddsaparam.c33 OPT_NOOUT, OPT_GENKEY, OPT_ENGINE, OPT_VERBOSE, enumerator
55 {"verbose", OPT_VERBOSE, '-', "Verbose output"},
124 case OPT_VERBOSE: in dsaparam_main()
H A Dgenrsa.c40 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 Dverify.c34 OPT_VERBOSE, enumerator
46 {"verbose", OPT_VERBOSE, '-',
187 case OPT_VERBOSE: in verify_main()
H A Drehash.c487 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE, enumerator
502 {"v", OPT_VERBOSE, '-', "Verbose output"},
539 case OPT_VERBOSE: in rehash_main()
H A Dsrp.c194 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 Doptions.c202 {"-v", OPT_VERBOSE, 0}
204 {"--verbose", OPT_VERBOSE, 0}
H A Doptions.h122 OPT_VERBOSE, enumerator
/freebsd/sbin/mdconfig/
H A Dmdconfig.c70 #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 Dipnat.c157 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/common/
H A Dopts.h26 #define OPT_VERBOSE 0x000040 macro
/freebsd/sbin/ipf/ippool/
H A Dippool.c200 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/ipscan/
H A Dipscan_y.y327 if (opts & OPT_VERBOSE) { in printent()
400 if (opts & OPT_VERBOSE) in addtag()
542 opts |= OPT_VERBOSE; in main()

12