Home
last modified time | relevance | path

Searched refs:OPT_DEBUG (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/external/bsd/ipf/dist/tools/
H A Dipftest.c133 opts |= OPT_DEBUG;
370 if (opts & OPT_DEBUG) in ipftestioctl()
393 if (opts & OPT_DEBUG) in ipnattestioctl()
416 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl()
439 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl()
462 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl()
485 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl()
508 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl()
527 if ((opts & OPT_DEBUG) || (i != 0))
547 if ((opts & OPT_DEBUG) || (i != 0))
[all …]
H A Dippool.c167 opts |= OPT_DEBUG;
229 if (opts & OPT_DEBUG)
284 opts |= OPT_DEBUG;
311 if (opts & OPT_DEBUG)
373 opts |= OPT_DEBUG;
390 if (opts & OPT_DEBUG)
427 opts |= OPT_DEBUG;
453 if (opts & OPT_DEBUG)
538 opts |= OPT_DEBUG;
559 if (opts & OPT_DEBUG)
[all …]
H A Dipf.c112 opts ^= OPT_DEBUG;
400 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
454 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
/netbsd/external/bsd/ipf/dist/lib/
H A Dprintpool.c33 if ((opts & OPT_DEBUG) == 0)
55 if ((opts & OPT_DEBUG) == 0) {
61 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool_live.c35 if ((opts & OPT_DEBUG) == 0)
58 if ((opts & OPT_DEBUG) == 0)
67 if ((opts & OPT_DEBUG) == 0)
H A Dprinthashdata.c19 if ((opts & OPT_DEBUG) == 0) {
55 if ((opts & OPT_DEBUG) == 0) {
85 if ((opts & OPT_DEBUG) != 0) {
H A Dprintdstlistdata.c19 if ((opts & OPT_DEBUG) == 0) {
31 if ((opts & OPT_DEBUG) == 0) {
H A Dprintstate.c192 if (opts & OPT_DEBUG)
196 if (opts & OPT_DEBUG)
200 if (opts & OPT_DEBUG)
204 if (opts & OPT_DEBUG)
H A Dprintpooldata.c19 if ((opts & OPT_DEBUG) == 0) {
39 if ((opts & OPT_DEBUG) == 0) {
H A Dprintnat.c251 if (opts & OPT_DEBUG)
296 if (opts & OPT_DEBUG)
309 if (opts & OPT_DEBUG)
336 if (opts & OPT_DEBUG) {
343 if (opts & OPT_DEBUG) {
H A Dprinthash.c37 if ((opts & OPT_DEBUG) == 0)
54 if ((opts & OPT_DEBUG) == 0)
H A Dprintdstlist.c35 if ((opts & OPT_DEBUG) == 0)
58 if ((opts & OPT_DEBUG) == 0)
H A Dprinthash_live.c36 if ((opts & OPT_DEBUG) == 0)
69 if ((opts & OPT_DEBUG) == 0)
H A Dprintdstl_live.c49 if ((opts & OPT_DEBUG) == 0)
83 if ((opts & OPT_DEBUG) == 0)
H A Dipft_hx.c91 if ((opts & OPT_DEBUG) != 0) {
133 if ((opts & OPT_DEBUG) != 0) {
H A Ddebug.c55 if (opts & OPT_DEBUG)
H A Dremove_hashnode.c44 if (opts & OPT_DEBUG) {
H A Daddipopt.c61 if (opts & OPT_DEBUG)
/netbsd/external/bsd/flex/dist/src/
H A Doptions.c88 {"-d", OPT_DEBUG, 0}
90 {"--debug", OPT_DEBUG, 0}
H A Doptions.h57 OPT_DEBUG, enumerator
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Ddgst.c42 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, enumerator
67 {"d", OPT_DEBUG, '-', "Print debug info"},
68 {"debug", OPT_DEBUG, '-', "Print debug info"},
175 case OPT_DEBUG: in dgst_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Ddgst.c43 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, enumerator
70 {"d", OPT_DEBUG, '-', "Print debug info"},
71 {"debug", OPT_DEBUG, '-', "Print debug info"},
190 case OPT_DEBUG: in dgst_main()
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_l.l229 if (opts & OPT_DEBUG)
240 if (opts & OPT_DEBUG)
/netbsd/external/bsd/ipf/dist/
H A Dopts.h22 #define OPT_DEBUG 0x000002 macro
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c47 #ifdef OPT_DEBUG
365 #ifdef OPT_DEBUG in optimize_superblock()
403 #ifdef OPT_DEBUG in optimize_superblock()
433 #ifdef OPT_DEBUG in optimize_superblock()
1034 #ifdef OPT_DEBUG in remove_from_skipsteps()
1219 #ifdef OPT_DEBUG in add_opt_table()
1243 #ifdef OPT_DEBUG in add_opt_table()
1447 #ifdef OPT_DEBUG in superblock_inclusive()
1519 #ifdef OPT_DEBUG in comparable_rule()

12