Searched refs:OPT_DEBUG (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dprintdstlistdata.c17 if ((opts & OPT_DEBUG) == 0) {
29 if ((opts & OPT_DEBUG) == 0) {
H A Dprintpooldata.c17 if ((opts & OPT_DEBUG) == 0) {
37 if ((opts & OPT_DEBUG) == 0) {
H A Dprinthashdata.c17 if ((opts & OPT_DEBUG) == 0) {
53 if ((opts & OPT_DEBUG) == 0) {
83 if ((opts & OPT_DEBUG) != 0) {
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.c33 if ((opts & OPT_DEBUG) == 0)
56 if ((opts & OPT_DEBUG) == 0)
65 if ((opts & OPT_DEBUG) == 0)
H A Ddebug.c55 if (opts & OPT_DEBUG)
H A Dprintdstlist.c33 if ((opts & OPT_DEBUG) == 0)
56 if ((opts & OPT_DEBUG) == 0)
H A Dprinthash.c37 if ((opts & OPT_DEBUG) == 0)
54 if ((opts & OPT_DEBUG) == 0)
H A Dprinthash_live.c34 if ((opts & OPT_DEBUG) == 0)
67 if ((opts & OPT_DEBUG) == 0)
H A Dremove_hashnode.c44 if (opts & OPT_DEBUG) {
H A Dprintdstl_live.c47 if ((opts & OPT_DEBUG) == 0)
81 if ((opts & OPT_DEBUG) == 0)
H A Dipft_hx.c93 if ((opts & OPT_DEBUG) != 0) {
135 if ((opts & OPT_DEBUG) != 0) {
H A Daddipopt.c61 if (opts & OPT_DEBUG)
H A Dprinthashnode.c37 } else if ((opts & OPT_DEBUG) != 0) {
H A Dprintpoolnode.c27 } else 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 Dprintdstlistnode.c40 } else 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) {
/freebsd-10.3-release/contrib/flex/
H A Doptions.c85 {"-d", OPT_DEBUG, 0}
87 {"--debug", OPT_DEBUG, 0}
H A Doptions.h56 OPT_DEBUG,
55 OPT_DEBUG, enumerator in enum:flexopt_flag_t
/freebsd-10.3-release/contrib/ipfilter/
H A Dopts.h18 #define OPT_DEBUG 0x000002 macro
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipftest.c132 opts |= OPT_DEBUG;
369 if (opts & OPT_DEBUG)
392 if (opts & OPT_DEBUG)
415 if ((opts & OPT_DEBUG) || (i != 0))
438 if ((opts & OPT_DEBUG) || (i != 0))
461 if ((opts & OPT_DEBUG) || (i != 0))
484 if ((opts & OPT_DEBUG) || (i != 0))
507 if ((opts & OPT_DEBUG) || (i != 0))
526 if ((opts & OPT_DEBUG) || (i != 0))
546 if ((opts & OPT_DEBUG) || (
[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)
431 opts |= OPT_DEBUG;
461 if (opts & OPT_DEBUG)
546 opts |= OPT_DEBUG;
567 if (opts & OPT_DEBUG)
[all...]
H A Dipf.c115 opts ^= OPT_DEBUG;
403 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
457 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
/freebsd-10.3-release/contrib/ipfilter/iplang/
H A Diplang_l.l229 if (opts & OPT_DEBUG)
240 if (opts & OPT_DEBUG)

Completed in 128 milliseconds

12