/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
getopt.h | 69 int getopt_long_only(int, char * const *, const char *,
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
getopt.h | 69 int getopt_long_only(int, char * const *, const char *,
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 114 extern int getopt_long_only (int argc, char *const *argv, 126 extern int getopt_long_only ();
|
/external/bison/darwin-lib/ |
getopt.h | 60 # undef getopt_long_only macro 71 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 81 getopt_long_only; they declare "char **argv". libc uses prototypes 83 getopt_long_only can permute argv; this is required for backward 92 of getopt_long and getopt_long_only below, but these are visible 175 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 249 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
/external/bison/lib/ |
getopt.in.h | 59 # undef getopt_long_only macro 70 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 80 getopt_long_only; they declare "char **argv". libc uses prototypes 82 getopt_long_only can permute argv; this is required for backward 91 of getopt_long and getopt_long_only below, but these are visible 164 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 238 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 63 getopt_long_only (int argc, char *__getopt_argv_const *argv, 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
getopt.h | 47 * to expose the `getopt_long' or `getopt_long_only' APIs, when 79 extern int getopt_long_only(int nargc, char * const *nargv, const char *options,
|
/external/fio/os/ |
os-netbsd.h | 62 /* XXX NetBSD doesn't have getopt_long_only */ 63 #define getopt_long_only getopt_long macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
getopt.h | 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 179 extern int getopt_long_only (int ___argc, char *const *___argv,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
getopt.h | 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 179 extern int getopt_long_only (int ___argc, char *const *___argv,
|
/ndk/sources/host-tools/make-3.81/ |
getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 82 getopt_long_only (int argc, char *const *argv, const char *options, 81 getopt_long_only (int argc, char *const *argv, const char *options, function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 63 getopt_long_only (int argc, char *__getopt_argv_const *argv, 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
|
/external/fio/lib/ |
getopt_long.c | 42 int getopt_long_only(int argc, char *const *argv, const char *optstring, function
|
/external/lldb/examples/lookup/ |
main.cpp | 133 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
|
/external/lldb/tools/lldb-platform/ |
lldb-platform.cpp | 35 // option descriptors for getopt_long_only() 120 while ((ch = getopt_long_only(argc, argv, "l:f:L:", g_long_options, &long_option_index)) != -1) 180 // Skip any options we consumed with getopt_long_only
|
/external/fio/ |
configure | 903 # getopt_long_only() probe 904 getopt_long_only="no" 911 int c = getopt_long_only(argc, argv, NULL, NULL, NULL); 915 if compile_prog "" "" "getopt_long_only"; then 916 getopt_long_only="yes" 918 echo "getopt_long_only() $getopt_long_only" 1268 if test "$getopt_long_only" = "yes" ; then
|
/external/lldb/examples/functions/ |
main.cpp | 138 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
|
/external/lldb/tools/darwin-debug/ |
darwin-debug.cpp | 189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, NULL)) != -1)
|
/external/lldb/tools/lldb-perf/common/clang/ |
lldb_perf_clang.cpp | 336 // Prepare for & make calls to getopt_long_only. 354 const int short_option = ::getopt_long_only (argc,
|
/external/lldb/tools/lldb-perf/common/stepping/ |
lldb-perf-stepping.cpp | 226 // Prepare for & make calls to getopt_long_only. 244 const int short_option = ::getopt_long_only (argc,
|
/external/lldb/tools/lldb-perf/lib/ |
TestCase.cpp | 77 const int short_option = ::getopt_long_only (argc,
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 84 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */ 480 * 3) either the arg starts with -- we are getopt_long_only() 608 * getopt_long_only -- 612 getopt_long_only(int nargc, char * const *nargv, const char *options, function
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
getopt_long.c | 68 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */ 390 * 3) either the arg starts with -- we are getopt_long_only() 501 * getopt_long_only -- 505 getopt_long_only(int nargc, char * const *nargv, const char *options, function
|
/external/mesa3d/src/getopt/ |
getopt_long.c | 68 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */ 390 * 3) either the arg starts with -- we are getopt_long_only() 501 * getopt_long_only -- 505 getopt_long_only(int nargc, char * const *nargv, const char *options, function
|
/system/core/libziparchive/ |
zip_archive_test.cc | 269 const int c = getopt_long_only(argc, argv, "", options, &option_index);
|