| /openbsd-src/regress/lib/libc/getopt_long/ |
| H A D | test.ok | 43 getopt_long_only: myfile -force -f infile -9 49 getopt_long_only: onefile twofile -best -Williterate -i foo.in threefile 55 getopt_long_only: -1bfast - 61 getopt_long_only: --fast -drinking=guiness -i foo.in somefile 67 getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9 70 getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile 73 getopt_long_only (POSIXLY_CORRECT): -1bfast - 79 getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile
|
| H A D | getopt_long_test.c | 49 gl = getopt_long_only; in main()
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | getopt.h | 104 extern int getopt_long_only (int argc, char *const *argv, 116 extern int getopt_long_only ();
|
| H A D | getopt1.c | 78 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() function
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | getopt.h | 108 extern int getopt_long_only (int argc, char *const *argv, 120 extern int getopt_long_only ();
|
| H A D | getopt1.c | 85 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() function
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | getopt.h | 35 PROTO_DEPRECATED(getopt_long_only);
|
| /openbsd-src/include/ |
| H A D | getopt.h | 62 int getopt_long_only(int, char * const *, const char *,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 59 int getopt_long_only(int argc, char *const *argv, const char *optstring,
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | getopt_.h | 162 extern int getopt_long_only (int ___argc, char *const *___argv,
|
| H A D | getopt1.c | 65 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | getopt1.c | 81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | OptionParser.cpp | 46 return getopt_long_only(argv.size() - 1, argv.data(), opt_cstr.c_str(), in Parse()
|
| H A D | GetOptInc.cpp | 443 int getopt_long_only(int nargc, char *const *nargv, const char *options, in getopt_long_only() function
|
| /openbsd-src/gnu/llvm/lldb/examples/lookup/ |
| H A D | main.cpp | 122 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
|
| /openbsd-src/gnu/llvm/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, in main()
|
| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | main.cpp | 128 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 179 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), in main_platform()
|
| /openbsd-src/lib/libc/stdlib/ |
| H A D | getopt_long.c | 507 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | main.c | 310 c = getopt_long_only (argc, argv, "", in captured_main()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | as.c | 521 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
|