| /trueos/contrib/gdb/include/ |
| HD | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /trueos/contrib/gcclibs/include/ |
| HD | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | getopt.h | 59 int getopt_long_only(int, char * const *, const char *,
|
| HD | getopt_long.c | 523 getopt_long_only(int nargc, char * const *nargv, const char *options,
|
| /trueos/include/ |
| HD | getopt.h | 63 int getopt_long_only(int, char * const *, const char *,
|
| /trueos/contrib/diff/lib/ |
| HD | getopt.h | 162 extern int getopt_long_only (int ___argc, char *const *___argv,
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | OptionParser.cpp | 43 return getopt_long_only(argc, argv, optstring, (const option*)longopts, longindex); in Parse()
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | getopt1.c | 81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
|
| HD | ChangeLog | 729 * getopt1.c (getopt_long_only): Fix thinko. 760 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
|
| /trueos/lib/libc/stdlib/ |
| HD | Symbol.map | 29 getopt_long_only;
|
| HD | Makefile.inc | 35 MLINKS+=getopt_long.3 getopt_long_only.3
|
| HD | getopt_long.c | 606 getopt_long_only(int nargc, char * const *nargv, const char *options, function
|
| /trueos/contrib/llvm/tools/lldb/tools/lldb-platform/ |
| HD | lldb-platform.cpp | 133 …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/ |
| HD | main.c | 347 next_option = getopt_long_only(argc, argv, short_option, in main()
|
| /trueos/contrib/gdb/gdb/ |
| HD | main.c | 321 c = getopt_long_only (argc, argv, "", in captured_main()
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | main.c | 614 next_option = getopt_long_only(argc, argv, short_option, in main()
|
| /trueos/contrib/binutils/gas/ |
| HD | as.c | 520 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
|
| HD | ChangeLog-9295 | 5923 (parse_args): Use getopt_long_only. Take pointers to argc and
|
| /trueos/contrib/binutils/binutils/ |
| HD | dllwrap.c | 652 while ((c = getopt_long_only (argc, argv, "nkAqve:Uho:l:L:I:", in main()
|
| /trueos/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 629 …val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &l… in ParseArgs()
|
| /trueos/contrib/binutils/ld/ |
| HD | lexsup.c | 685 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
|
| HD | ChangeLog-0001 | 1826 If getopt_long_only fails, try calling getopt_long using the
|
| HD | ChangeLog-9197 | 5222 (parse_args): Rewrite to use getopt_long_only.
|
| /trueos/contrib/binutils/libiberty/ |
| HD | ChangeLog | 927 * getopt1.c (getopt_long_only): Fix thinko. 958 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
|