Home
last modified time | relevance | path

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

/trueos/contrib/gdb/include/
HDgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/trueos/contrib/gcclibs/include/
HDgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/trueos/crypto/openssh/openbsd-compat/
HDgetopt.h59 int getopt_long_only(int, char * const *, const char *,
HDgetopt_long.c523 getopt_long_only(int nargc, char * const *nargv, const char *options,
/trueos/include/
HDgetopt.h63 int getopt_long_only(int, char * const *, const char *,
/trueos/contrib/diff/lib/
HDgetopt.h162 extern int getopt_long_only (int ___argc, char *const *___argv,
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDOptionParser.cpp43 return getopt_long_only(argc, argv, optstring, (const option*)longopts, longindex); in Parse()
/trueos/contrib/gcclibs/libiberty/
HDgetopt1.c81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
HDChangeLog729 * getopt1.c (getopt_long_only): Fix thinko.
760 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
/trueos/lib/libc/stdlib/
HDSymbol.map29 getopt_long_only;
HDMakefile.inc35 MLINKS+=getopt_long.3 getopt_long_only.3
HDgetopt_long.c606 getopt_long_only(int nargc, char * const *nargv, const char *options, function
/trueos/contrib/llvm/tools/lldb/tools/lldb-platform/
HDlldb-platform.cpp133 …while ((ch = getopt_long_only(argc, argv, short_options.c_str(), g_long_options, &long_option_inde… in main()
/trueos/contrib/ofed/management/opensm/osmtest/
HDmain.c347 next_option = getopt_long_only(argc, argv, short_option, in main()
/trueos/contrib/gdb/gdb/
HDmain.c321 c = getopt_long_only (argc, argv, "", in captured_main()
/trueos/contrib/ofed/management/opensm/opensm/
HDmain.c614 next_option = getopt_long_only(argc, argv, short_option, in main()
/trueos/contrib/binutils/gas/
HDas.c520 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
HDChangeLog-92955923 (parse_args): Use getopt_long_only. Take pointers to argc and
/trueos/contrib/binutils/binutils/
HDdllwrap.c652 while ((c = getopt_long_only (argc, argv, "nkAqve:Uho:l:L:I:", in main()
/trueos/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp629 …val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &l… in ParseArgs()
/trueos/contrib/binutils/ld/
HDlexsup.c685 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
HDChangeLog-00011826 If getopt_long_only fails, try calling getopt_long using the
HDChangeLog-91975222 (parse_args): Rewrite to use getopt_long_only.
/trueos/contrib/binutils/libiberty/
HDChangeLog927 * getopt1.c (getopt_long_only): Fix thinko.
958 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.