HomeSort by relevance Sort by last modified time
    Searched refs:noflush (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/test/
test_print.py 123 class noflush: class in function:TestPrint.test_print_flush
129 self.assertRaises(RuntimeError, print, 1, file=noflush(), flush=True)
  /external/iptables/iptables/
ip6tables-restore.c 29 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable
41 {.name = "noflush", .has_arg = 0, .val = 'n'},
58 " [ --noflush ]\n"
235 noflush = 1;
321 if (noflush == 0) {
356 if (noflush && ops->is_chain(chain, handle)) {
iptables-restore.c 26 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable
38 {.name = "noflush", .has_arg = 0, .val = 'n'},
57 " [ --noflush ]\n"
234 noflush = 1;
320 if (noflush == 0) {
355 if (noflush && ops->is_chain(chain, handle)) {
xtables-restore.c 27 static int counters = 0, verbose = 0, noflush = 0; variable
35 {.name = "noflush", .has_arg = false, .val = 'n'},
54 " [ --noflush ]\n"
269 if (noflush == 0) {
491 noflush = 1;

Completed in 90 milliseconds