HomeSort by: relevance | last modified time | path
    Searched refs:OPT_DEBUG (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/ipf/dist/lib/
printdstlistdata.c 19 if ((opts & OPT_DEBUG) == 0) {
31 if ((opts & OPT_DEBUG) == 0) {
printpooldata.c 19 if ((opts & OPT_DEBUG) == 0) {
39 if ((opts & OPT_DEBUG) == 0) {
printhashdata.c 19 if ((opts & OPT_DEBUG) == 0) {
55 if ((opts & OPT_DEBUG) == 0) {
85 if ((opts & OPT_DEBUG) != 0) {
printpool.c 33 if ((opts & OPT_DEBUG) == 0)
55 if ((opts & OPT_DEBUG) == 0) {
61 if ((opts & OPT_DEBUG) == 0)
printpool_live.c 35 if ((opts & OPT_DEBUG) == 0)
58 if ((opts & OPT_DEBUG) == 0)
67 if ((opts & OPT_DEBUG) == 0)
debug.c 55 if (opts & OPT_DEBUG)
printdstlist.c 35 if ((opts & OPT_DEBUG) == 0)
58 if ((opts & OPT_DEBUG) == 0)
printhash.c 37 if ((opts & OPT_DEBUG) == 0)
54 if ((opts & OPT_DEBUG) == 0)
printhash_live.c 36 if ((opts & OPT_DEBUG) == 0)
69 if ((opts & OPT_DEBUG) == 0)
remove_hashnode.c 44 if (opts & OPT_DEBUG) {
printdstl_live.c 49 if ((opts & OPT_DEBUG) == 0)
83 if ((opts & OPT_DEBUG) == 0)
ipft_hx.c 91 if ((opts & OPT_DEBUG) != 0) {
133 if ((opts & OPT_DEBUG) != 0) {
addipopt.c 61 if (opts & OPT_DEBUG)
printhashnode.c 37 } else if ((opts & OPT_DEBUG) != 0) {
printpoolnode.c 27 } else if ((opts & OPT_DEBUG) == 0) {
printstate.c 192 if (opts & OPT_DEBUG)
196 if (opts & OPT_DEBUG)
200 if (opts & OPT_DEBUG)
204 if (opts & OPT_DEBUG)
printdstlistnode.c 42 } else if ((opts & OPT_DEBUG) == 0) {
printnat.c 251 if (opts & OPT_DEBUG)
296 if (opts & OPT_DEBUG)
309 if (opts & OPT_DEBUG)
336 if (opts & OPT_DEBUG) {
343 if (opts & OPT_DEBUG) {
  /src/external/bsd/flex/dist/src/
options.c 89 {"-d", OPT_DEBUG, 0}
91 {"--debug", OPT_DEBUG, 0}
options.h 58 OPT_DEBUG,
  /src/external/bsd/ipf/dist/
opts.h 22 #define OPT_DEBUG 0x000002
  /src/external/bsd/ipf/dist/tools/
ipftest.c 133 opts |= OPT_DEBUG;
370 if (opts & OPT_DEBUG)
393 if (opts & OPT_DEBUG)
416 if ((opts & OPT_DEBUG) || (i != 0))
439 if ((opts & OPT_DEBUG) || (i != 0))
462 if ((opts & OPT_DEBUG) || (i != 0))
485 if ((opts & OPT_DEBUG) || (i != 0))
508 if ((opts & OPT_DEBUG) || (i != 0))
527 if ((opts & OPT_DEBUG) || (i != 0))
547 if ((opts & OPT_DEBUG) || (i != 0)
    [all...]
ippool.c 167 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...]
ipf.c 112 opts ^= OPT_DEBUG;
400 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
454 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
  /src/external/bsd/ipf/dist/iplang/
iplang_l.l 229 if (opts & OPT_DEBUG)
240 if (opts & OPT_DEBUG)

Completed in 36 milliseconds

1 2