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 D | getopt.h | 131 extern int getopt_long (int ___argc, char *const *___argv,
|
/l4re-core-master/l4util/include/ |
A D | getopt.h | 94 L4_CV int getopt_long (int argc, char *const *argv, const char *shortopts,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | getopt_long.c | 29 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
A D | tstgetopt.c | 28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | Makefile.in | 20 GO_LONG := $(if $(UCLIBC_HAS_GNU_GETOPT),getopt_long-simple.c)
|
A D | getopt_long-simple.c | 49 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long() function
|
A D | getopt.c | 1166 getopt_long (int argc, char *const *argv, const char *options, in libc_hidden_def()
|
/l4re-core-master/ned/server/src/ |
A D | lua.cc | 227 while ((opt = getopt_long(argc, const_cast<char *const*>(argv), in lua()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | test-skeleton.c | 237 while ((opt = getopt_long (argc, argv, "+", options, NULL)) != -1) in main()
|
A D | .gitignore | 321 unistd/getopt_long
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | locale.c | 172 while ((c = getopt_long(argc, argv, "amckh", long_options, NULL)) >= 0) in argp_parse()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | conf.c | 530 while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 1900 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