Home
last modified time | relevance | path

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

/posix/
A Dgetopt1.c28 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 Dtst-getopt_long1.c45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test()
A Dbug-getopt5.c29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
A Dbug-getopt3.c30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
A Dtstgetopt.c28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
A Dbug-getopt4.c28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
A Dtst-getopt-cancel.c153 getopt_long (tc->argc, (char *const *)tc->argv,
A DVersions37 getaddrinfo; getdtablesize; getegid; geteuid; getgid; getopt; getopt_long;
A Dtst-rxspencer.c423 while (getopt_long (argc, argv, "", options, NULL) >= 0); in main()
/posix/bits/
A Dgetopt_ext.h66 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,

Completed in 18 milliseconds