Lines Matching defs:argv
435 int main(int argc, char **argv) { \
436 return test_harness_run(argc, argv); \
1016 static int test_harness_argv_check(int argc, char **argv)
1020 while ((opt = getopt(argc, argv, "hlF:f:V:v:t:T:r:")) != -1) {
1053 "", argv[0]);
1061 static bool test_enabled(int argc, char **argv,
1071 while ((opt = getopt(argc, argv, "F:f:V:v:t:T:r:")) != -1) {
1156 static int test_harness_run(int argc, char **argv)
1168 ret = test_harness_argv_check(argc, argv);
1177 if (test_enabled(argc, argv, f, v, t))
1195 if (!test_enabled(argc, argv, f, v, t))