Searched refs:opts (Results 1 – 5 of 5) sorted by relevance
/posix/ |
A D | tst-getopt-cancel.c | 58 const char *opts; member 67 const char *opts; member 151 getopt (tc->argc, (char *const *)tc->argv, tc->opts)) 154 tc->opts, tc->longopts, 0))
|
A D | tst-getopt_long1.c | 22 static const struct option opts[] = variable 45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test()
|
A D | bug-getopt5.c | 7 static const struct option opts[] = variable 29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
A D | bug-getopt3.c | 7 static const struct option opts[] = variable 30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
A D | bug-getopt4.c | 7 static const struct option opts[] = variable 28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
Completed in 8 milliseconds