Searched refs:accepted_opt (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | getopt.c | 24 static const char *accepted_opt = "abchw"; in ZTEST() local 37 c = getopt(argc, argv, accepted_opt); in ZTEST() 45 c = getopt(argc, argv, accepted_opt); in ZTEST() 123 static const char *accepted_opt = "ac:d:e:"; 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() [all …]
|