| /freebsd-12-stable/sbin/ipf/libipf/ |
| D | printpool.c | 29 if ((opts & OPT_DEBUG) == 0) in printpool() 51 if ((opts & OPT_DEBUG) == 0) { in printpool() 57 if ((opts & OPT_DEBUG) == 0) in printpool()
|
| 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()
|
| 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()
|
| D | printdstlistdata.c | 15 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata() 27 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata()
|
| D | printstate.c | 188 if (opts & OPT_DEBUG) in printstate() 191 if (opts & OPT_DEBUG) in printstate() 194 if (opts & OPT_DEBUG) in printstate() 197 if (opts & OPT_DEBUG) in printstate()
|
| D | printpooldata.c | 17 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata() 41 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata()
|
| D | printdstlist.c | 28 if ((opts & OPT_DEBUG) == 0) in printdstlist() 51 if ((opts & OPT_DEBUG) == 0) in printdstlist()
|
| D | printhash.c | 33 if ((opts & OPT_DEBUG) == 0) in printhash() 50 if ((opts & OPT_DEBUG) == 0) in printhash()
|
| D | printnat.c | 249 if (opts & OPT_DEBUG) in printnat() 294 if (opts & OPT_DEBUG) in printnat() 307 if (opts & OPT_DEBUG) in printnat() 334 if (opts & OPT_DEBUG) { in printnat() 341 if (opts & OPT_DEBUG) { in printnat()
|
| D | printhash_live.c | 29 if ((opts & OPT_DEBUG) == 0) in printhash_live() 62 if ((opts & OPT_DEBUG) == 0) in printhash_live()
|
| D | printdstl_live.c | 43 if ((opts & OPT_DEBUG) == 0) in printdstl_live() 77 if ((opts & OPT_DEBUG) == 0) in printdstl_live()
|
| D | ipft_hx.c | 90 if ((opts & OPT_DEBUG) != 0) { in hex_readip() 132 if ((opts & OPT_DEBUG) != 0) { in hex_readip()
|
| D | debug.c | 40 if (opts & OPT_DEBUG) in ipfkdebug()
|
| D | remove_hashnode.c | 40 if (opts & OPT_DEBUG) { in remove_hashnode()
|
| D | addipopt.c | 58 if (opts & OPT_DEBUG) in addipopt()
|
| /freebsd-12-stable/sbin/ipf/ippool/ |
| D | ippool.c | 147 opts |= OPT_DEBUG; in poolnodecommand() 216 if (opts & OPT_DEBUG) in poolnodecommand() 269 opts |= OPT_DEBUG; in poolcommand() 306 if (opts & OPT_DEBUG) in poolcommand() 379 opts |= OPT_DEBUG; in loadpoolfile() 403 if (opts & OPT_DEBUG) in loadpoolfile() 438 opts |= OPT_DEBUG; in poolstats() 466 if (opts & OPT_DEBUG) in poolstats() 549 opts |= OPT_DEBUG; in poolflush() 576 if (opts & OPT_DEBUG) in poolflush() [all …]
|
| /freebsd-12-stable/sbin/ipf/ipftest/ |
| D | ipftest.c | 118 opts |= OPT_DEBUG; in main() 344 if (opts & OPT_DEBUG) in ipftestioctl() 368 if (opts & OPT_DEBUG) in ipnattestioctl() 392 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl() 416 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl() 440 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl() 464 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl() 488 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl() 533 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dumpnat()
|
| /freebsd-12-stable/sbin/ipf/ipf/ |
| D | ipf.c | 105 opts ^= OPT_DEBUG; in main() 391 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter() 430 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter()
|
| /freebsd-12-stable/contrib/flex/ |
| D | options.c | 84 {"-d", OPT_DEBUG, 0} 86 {"--debug", OPT_DEBUG, 0}
|
| D | options.h | 55 OPT_DEBUG, enumerator
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | dgst.c | 42 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()
|
| D | enc.c | 45 OPT_NOPAD, OPT_SALT, OPT_NOSALT, OPT_DEBUG, OPT_UPPER_P, OPT_UPPER_A, enumerator 66 {"debug", OPT_DEBUG, '-', "Print debug info"}, 192 case OPT_DEBUG: in enc_main()
|
| /freebsd-12-stable/sbin/ipf/iplang/ |
| D | iplang_l.l | 225 if (opts & OPT_DEBUG) 236 if (opts & OPT_DEBUG)
|
| /freebsd-12-stable/sbin/ipf/common/ |
| D | opts.h | 22 #define OPT_DEBUG 0x000002 macro
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pfctl_optimize.c | 50 #ifdef OPT_DEBUG 371 #ifdef OPT_DEBUG in optimize_superblock() 409 #ifdef OPT_DEBUG in optimize_superblock() 439 #ifdef OPT_DEBUG in optimize_superblock() 1042 #ifdef OPT_DEBUG in remove_from_skipsteps() 1227 #ifdef OPT_DEBUG in add_opt_table() 1251 #ifdef OPT_DEBUG in add_opt_table() 1456 #ifdef OPT_DEBUG in superblock_inclusive() 1538 #ifdef OPT_DEBUG in comparable_rule()
|