Home
last modified time | relevance | path

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

12

/external/bison/darwin-lib/
Dgetopt.h60 # undef getopt_long_only
71 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
249 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
/external/bison/lib/
Dgetopt.in.h59 # undef getopt_long_only
70 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
238 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
Dgetopt1.c62 getopt_long_only (int argc, char *__getopt_argv_const *argv, in getopt_long_only() function
/external/tcpdump/win32/Include/
Dgetopt.h117 extern int getopt_long_only (int argc, char *const *argv,
129 extern int getopt_long_only ();
/external/e2fsprogs/include/nonunix/
Dgetopt.h114 extern int getopt_long_only (int argc, char *const *argv,
126 extern int getopt_long_only ();
/external/fio/lib/
Dgetopt.h23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
Dgetopt_long.c42 int getopt_long_only(int argc, char *const *argv, const char *optstring, in getopt_long_only() function
/external/chromium_org/third_party/mesa/src/src/getopt/
Dgetopt.h63 int getopt_long_only(int, char * const *, const char *,
Dgetopt_long.c505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
/external/mesa3d/src/getopt/
Dgetopt.h63 int getopt_long_only(int, char * const *, const char *,
Dgetopt_long.c505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
/external/fio/os/
Dos-netbsd.h63 #define getopt_long_only getopt_long macro
/external/fio/
Dconfigure904 getopt_long_only="no"
911 int c = getopt_long_only(argc, argv, NULL, NULL, NULL);
916 getopt_long_only="yes"
918 echo "getopt_long_only() $getopt_long_only"
1268 if test "$getopt_long_only" = "yes" ; then
/external/lldb/tools/lldb-platform/
Dlldb-platform.cpp120 while ((ch = getopt_long_only(argc, argv, "l:f:L:", g_long_options, &long_option_index)) != -1) in main()
/external/lldb/examples/lookup/
Dmain.cpp133 …while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0… in main()
/external/lldb/tools/darwin-debug/
Ddarwin-debug.cpp189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, NULL)) != -1) in main()
/external/lldb/tools/lldb-perf/common/stepping/
Dlldb-perf-stepping.cpp244 const int short_option = ::getopt_long_only (argc, in main()
/external/lldb/examples/functions/
Dmain.cpp138 …while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0… in main()
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp354 const int short_option = ::getopt_long_only (argc, in main()
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp77 const int short_option = ::getopt_long_only (argc, in Setup()
/external/bison/m4/
Dgetopt.m432 # getopt_long_only.
66 AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes])
/external/lldb/source/Interpreter/
DArgs.cpp658 val = ::getopt_long_only(GetArgumentCount(), in ParseOptions()
1317 val = ::getopt_long_only (GetArgumentCount(), in ParseAliasOptions()
1512 val = ::getopt_long_only (dummy_vec.size() - 1, in ParseArgsForCompletion()
/external/ltrace/etc/
Dlibc.so.conf94 int getopt_long_only(int,addr,string,addr,addr);
/external/lldb/tools/debugserver/source/
Ddebugserver.cpp881 …while ((ch = getopt_long_only(argc, argv, short_options, g_long_options, &long_option_index)) != -… in main()
/external/lldb/tools/driver/
DDriver.cpp558 …val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &l… in ParseArgs()

12