Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetopt.c59 static const char *test_opts = "ac:"; in ZTEST() local
77 c = getopt(argc, argv, test_opts); in ZTEST()
79 c = getopt(argc, argv, test_opts); in ZTEST()
82 c = getopt(argc, argv, test_opts); in ZTEST()