Searched refs:getopt_long (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | getopt1.c | 28 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function 94 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
A D | tst-getopt_long1.c | 45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test()
|
A D | bug-getopt5.c | 29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
A D | bug-getopt3.c | 30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
A D | tstgetopt.c | 28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
|
A D | bug-getopt4.c | 28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
A D | tst-getopt-cancel.c | 153 getopt_long (tc->argc, (char *const *)tc->argv,
|
A D | Versions | 37 getaddrinfo; getdtablesize; getegid; geteuid; getgid; getopt; getopt_long;
|
A D | tst-rxspencer.c | 423 while (getopt_long (argc, argv, "", options, NULL) >= 0); in main()
|
/posix/bits/ |
A D | getopt_ext.h | 66 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
|
Completed in 18 milliseconds