Home
last modified time | relevance | path

Searched refs:noflush (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dip6tables-restore.c29 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable
235 noflush = 1; in ip6tables_restore_main()
321 if (noflush == 0) { in ip6tables_restore_main()
356 if (noflush && ops->is_chain(chain, handle)) { in ip6tables_restore_main()
Diptables-restore.c26 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable
234 noflush = 1; in iptables_restore_main()
320 if (noflush == 0) { in iptables_restore_main()
355 if (noflush && ops->is_chain(chain, handle)) { in iptables_restore_main()
Dxtables-restore.c27 static int counters = 0, verbose = 0, noflush = 0; variable
269 if (noflush == 0) { in xtables_restore_parse()
491 noflush = 1; in xtables_restore_main()
/external/python/cpython3/Lib/test/
Dtest_print.py124 class noflush: class
130 self.assertRaises(RuntimeError, print, 1, file=noflush(), flush=True)