Home
last modified time | relevance | path

Searched refs:getopt_long_only (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/regress/lib/libc/getopt_long/
H A Dtest.ok43 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 Dgetopt_long_test.c49 gl = getopt_long_only; in main()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetopt.h104 extern int getopt_long_only (int argc, char *const *argv,
116 extern int getopt_long_only ();
H A Dgetopt1.c78 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() function
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.h108 extern int getopt_long_only (int argc, char *const *argv,
120 extern int getopt_long_only ();
H A Dgetopt1.c85 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 Dgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/openbsd-src/gnu/lib/libiberty/include/
H A Dgetopt.h123 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 Dgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/openbsd-src/gnu/gcc/include/
H A Dgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/openbsd-src/lib/libc/hidden/
H A Dgetopt.h35 PROTO_DEPRECATED(getopt_long_only);
/openbsd-src/include/
H A Dgetopt.h62 int getopt_long_only(int, char * const *, const char *,
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DGetOptInc.h59 int getopt_long_only(int argc, char *const *argv, const char *optstring,
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dgetopt_.h162 extern int getopt_long_only (int ___argc, char *const *___argv,
H A Dgetopt1.c65 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
/openbsd-src/gnu/lib/libiberty/src/
H A Dgetopt1.c81 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 DOptionParser.cpp46 return getopt_long_only(argv.size() - 1, argv.data(), opt_cstr.c_str(), in Parse()
H A DGetOptInc.cpp443 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 Dmain.cpp122 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
/openbsd-src/gnu/llvm/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, in main()
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp128 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp179 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), in main_platform()
/openbsd-src/lib/libc/stdlib/
H A Dgetopt_long.c507 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 Dmain.c310 c = getopt_long_only (argc, argv, "", in captured_main()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Das.c521 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()

12