Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dgetopt.h131 extern int getopt_long (int ___argc, char *const *___argv,
/l4re-core-master/l4util/include/
A Dgetopt.h94 L4_CV int getopt_long (int argc, char *const *argv, const char *shortopts,
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dgetopt_long.c29 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
A Dtstgetopt.c28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A DMakefile.in20 GO_LONG := $(if $(UCLIBC_HAS_GNU_GETOPT),getopt_long-simple.c)
A Dgetopt_long-simple.c49 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long() function
A Dgetopt.c1166 getopt_long (int argc, char *const *argv, const char *options, in libc_hidden_def()
/l4re-core-master/ned/server/src/
A Dlua.cc227 while ((opt = getopt_long(argc, const_cast<char *const*>(argv), in lua()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A Dtest-skeleton.c237 while ((opt = getopt_long (argc, argv, "+", options, NULL)) != -1) in main()
A D.gitignore321 unistd/getopt_long
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dlocale.c172 while ((c = getopt_long(argc, argv, "amckh", long_options, NULL)) >= 0) in argp_parse()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dconf.c530 while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1900 bool "Support getopt_long/getopt_long_only"
1904 Answer Y if you want to include getopt_long[_only() used by many

Completed in 19 milliseconds