Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetopt.c107 int option_index = 0; in ZTEST() local
162 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
164 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
168 c = getopt_long(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
174 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
176 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
180 c = getopt_long(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
186 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
188 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
190 c = getopt_long(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
[all …]