Lines Matching refs:accepted_opt
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()
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()
196 c = getopt_long(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()
198 c = getopt_long(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()
203 c = getopt_long(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()
230 static const char *accepted_opt = "ac:d:e:"; in ZTEST() local
268 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
270 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
274 c = getopt_long_only(argc1, argv, accepted_opt, long_options, &option_index); in ZTEST()
281 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
283 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
287 c = getopt_long_only(argc2, argv, accepted_opt, long_options, &option_index); in ZTEST()
293 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
295 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
297 c = getopt_long_only(argc3, argv, accepted_opt, long_options, &option_index); in ZTEST()
303 c = getopt_long_only(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()
305 c = getopt_long_only(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()
311 c = getopt_long_only(argc4, argv, accepted_opt, long_options, &option_index); in ZTEST()