/freebsd/sbin/ipf/libipf/ |
H A D | printpool.c | 28 if ((opts & OPT_DEBUG) == 0) in printpool() 50 if ((opts & OPT_DEBUG) == 0) { in printpool() 56 if ((opts & OPT_DEBUG) == 0) in printpool()
|
H A D | printhashdata.c | 15 if ((opts & OPT_DEBUG) == 0) { in printhashdata() 51 if ((opts & OPT_DEBUG) == 0) { in printhashdata() 81 if ((opts & OPT_DEBUG) != 0) { in printhashdata()
|
H A D | printpool_live.c | 31 else if ((opts & OPT_DEBUG) == 0) in printpool_live() 56 if ((opts & OPT_DEBUG) == 0) in printpool_live() 69 else if ((opts & OPT_DEBUG) == 0) in printpool_live()
|
H A D | printdstlistdata.c | 15 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata() 27 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata()
|
H A D | printstate.c | 187 if (opts & OPT_DEBUG) in printstate() 190 if (opts & OPT_DEBUG) in printstate() 193 if (opts & OPT_DEBUG) in printstate() 196 if (opts & OPT_DEBUG) in printstate()
|
H A D | printpooldata.c | 17 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata() 41 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata()
|
H A D | printdstlist.c | 28 if ((opts & OPT_DEBUG) == 0) in printdstlist() 51 if ((opts & OPT_DEBUG) == 0) in printdstlist()
|
H A D | printhash.c | 32 if ((opts & OPT_DEBUG) == 0) in printhash() 49 if ((opts & OPT_DEBUG) == 0) in printhash()
|
H A D | printhash_live.c | 29 if ((opts & OPT_DEBUG) == 0) in printhash_live() 62 if ((opts & OPT_DEBUG) == 0) in printhash_live()
|
H A D | printnat.c | 245 if (opts & OPT_DEBUG) in printnat() 290 if (opts & OPT_DEBUG) in printnat() 303 if (opts & OPT_DEBUG) in printnat() 330 if (opts & OPT_DEBUG) { in printnat() 337 if (opts & OPT_DEBUG) { in printnat()
|
H A D | printdstl_live.c | 43 if ((opts & OPT_DEBUG) == 0) in printdstl_live() 77 if ((opts & OPT_DEBUG) == 0) in printdstl_live()
|
H A D | ipft_hx.c | 85 if ((opts & OPT_DEBUG) != 0) { in hex_readip() 127 if ((opts & OPT_DEBUG) != 0) { in hex_readip()
|
H A D | debug.c | 39 if (opts & OPT_DEBUG) in ipfkdebug()
|
H A D | remove_hashnode.c | 39 if (opts & OPT_DEBUG) { in remove_hashnode()
|
H A D | addipopt.c | 57 if (opts & OPT_DEBUG) in addipopt()
|
H A D | printdstlistnode.c | 37 } else if ((opts & OPT_DEBUG) == 0) { in printdstlistnode()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 146 opts |= OPT_DEBUG; in poolnodecommand() 215 if (opts & OPT_DEBUG) in poolnodecommand() 268 opts |= OPT_DEBUG; in poolcommand() 305 if (opts & OPT_DEBUG) in poolcommand() 378 opts |= OPT_DEBUG; in loadpoolfile() 402 if (opts & OPT_DEBUG) in loadpoolfile() 437 opts |= OPT_DEBUG; in poolstats() 465 if (opts & OPT_DEBUG) in poolstats() 548 opts |= OPT_DEBUG; in poolflush() 575 if (opts & OPT_DEBUG) in poolflush() [all …]
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 113 opts |= OPT_DEBUG; in main() 339 if (opts & OPT_DEBUG) in ipftestioctl() 363 if (opts & OPT_DEBUG) in ipnattestioctl() 387 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl() 411 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl() 435 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl() 459 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl() 483 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl() 528 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dumpnat()
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.c | 100 opts ^= OPT_DEBUG; in main() 386 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter() 425 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter()
|
/freebsd/contrib/flex/src/ |
H A D | options.c | 84 {"-d", OPT_DEBUG, 0} 86 {"--debug", OPT_DEBUG, 0}
|
H A D | options.h | 55 OPT_DEBUG, enumerator
|
/freebsd/crypto/openssl/apps/ |
H A D | dgst.c | 43 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()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_l.l | 224 if (opts & OPT_DEBUG) 235 if (opts & OPT_DEBUG)
|
/freebsd/sbin/ipf/common/ |
H A D | opts.h | 21 #define OPT_DEBUG 0x000002 macro
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 47 #ifdef OPT_DEBUG 384 #ifdef OPT_DEBUG in optimize_superblock() 422 #ifdef OPT_DEBUG in optimize_superblock() 452 #ifdef OPT_DEBUG in optimize_superblock() 1056 #ifdef OPT_DEBUG in remove_from_skipsteps() 1241 #ifdef OPT_DEBUG in add_opt_table() 1265 #ifdef OPT_DEBUG in add_opt_table() 1470 #ifdef OPT_DEBUG in superblock_inclusive() 1552 #ifdef OPT_DEBUG in comparable_rule()
|