/external/bison/darwin-lib/ |
D | getopt.h | 60 # 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/ |
D | getopt.in.h | 59 # 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,
|
D | getopt1.c | 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, in getopt_long_only() function
|
/external/tcpdump/win32/Include/ |
D | getopt.h | 117 extern int getopt_long_only (int argc, char *const *argv, 129 extern int getopt_long_only ();
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 114 extern int getopt_long_only (int argc, char *const *argv, 126 extern int getopt_long_only ();
|
/external/fio/lib/ |
D | getopt.h | 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
D | getopt_long.c | 42 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/ |
D | getopt.h | 63 int getopt_long_only(int, char * const *, const char *,
|
D | getopt_long.c | 505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
|
/external/mesa3d/src/getopt/ |
D | getopt.h | 63 int getopt_long_only(int, char * const *, const char *,
|
D | getopt_long.c | 505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
|
/external/fio/os/ |
D | os-netbsd.h | 63 #define getopt_long_only getopt_long macro
|
/external/fio/ |
D | configure | 904 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/ |
D | lldb-platform.cpp | 120 while ((ch = getopt_long_only(argc, argv, "l:f:L:", g_long_options, &long_option_index)) != -1) in main()
|
/external/lldb/examples/lookup/ |
D | main.cpp | 133 …while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0… in main()
|
/external/lldb/tools/darwin-debug/ |
D | darwin-debug.cpp | 189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, NULL)) != -1) in main()
|
/external/lldb/tools/lldb-perf/common/stepping/ |
D | lldb-perf-stepping.cpp | 244 const int short_option = ::getopt_long_only (argc, in main()
|
/external/lldb/examples/functions/ |
D | main.cpp | 138 …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/ |
D | lldb_perf_clang.cpp | 354 const int short_option = ::getopt_long_only (argc, in main()
|
/external/lldb/tools/lldb-perf/lib/ |
D | TestCase.cpp | 77 const int short_option = ::getopt_long_only (argc, in Setup()
|
/external/bison/m4/ |
D | getopt.m4 | 32 # getopt_long_only. 66 AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes])
|
/external/lldb/source/Interpreter/ |
D | Args.cpp | 658 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/ |
D | libc.so.conf | 94 int getopt_long_only(int,addr,string,addr,addr);
|
/external/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 881 …while ((ch = getopt_long_only(argc, argv, short_options, g_long_options, &long_option_index)) != -… in main()
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 558 …val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &l… in ParseArgs()
|