Home
last modified time | relevance | path

Searched refs:test_only (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sbin/ipfw/
H A Dmain.c320 g_co.test_only = 1; in ipfw_main()
370 g_co.test_only = 1; in ipfw_main()
537 g_co.test_only = 1; in ipfw_readfile()
H A Dipfw2.h48 int test_only; /* only check syntax */ member
H A Dipfw2.c586 if (g_co.test_only) in do_cmd()
623 if (g_co.test_only) in do_set3()
652 if (g_co.test_only) in do_get3()
2730 if (g_co.test_only) { in ipfw_list()
2918 if (co->test_only != 0) { in ipfw_get_config()
4278 if (g_co.test_only) { in compile_rule()
H A Dnat.c1156 if (g_co.test_only) in ipfw_show_nat()
H A Dtables.c1452 if (g_co.test_only == 0) { in tentry_fill_key()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c1509 svn_boolean_t test_only; /* only check whether it would conflict */ member
1550 if (b->test_only) in apply_file_visitor()
1851 baton.test_only = TRUE; in svn_client__shelf2_test_apply_file()