Home
last modified time | relevance | path

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

/third_party/ltp/testcases/misc/crash/
Dcrash02.c71 static int v_opt = 0; variable
124 {"v:", &v_opt, &v_copt},
145 if (v_opt) in main()
Dcrash01.c70 static int v_opt = 0; variable
135 {"v:", &v_opt, &v_copt},
157 if (v_opt) in main()
/third_party/python/Lib/test/
Dtest_optparse.py840 self.v_opt = make_option("-v", action="count", dest="verbose")
841 self.parser.add_option(self.v_opt)
1333 v_opt = self.parser.get_option("-v")
1337 self.assertTrue(v_opt is version_opt)
1338 self.assertTrue(v_opt is not verbose_opt)
1339 self.assertEqual(v_opt._long_opts, ["--version"])
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c246 int v_opt = 0; /* verify writes if set */ variable
1909 if (v_opt) { in do_write()
2271 if (v_opt && lio_req.li_opcode == LO_WRITE) { in do_listio()
2390 if (v_opt && req->r_type == SSWRITE) { in do_ssdio()
2908 if (v_opt || fdc->c_memaddr == NULL) { in sy_mmrw()
2937 if (v_opt) in sy_mmrw()
2944 if (v_opt) { in sy_mmrw()
3443 if (rval == 0 && sy->sy_flags & SY_WRITE && v_opt) { in do_rw()
5091 v_opt++; in parse_cmdline()