HomeSort by relevance Sort by last modified time
    Searched refs:getopt_long_only (Results 1 - 21 of 21) sorted by null

  /external/grub/lib/
getopt.h 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
112 extern int getopt_long_only (int argc, char *const *argv,
124 extern int getopt_long_only ();
getopt1.c 1 /* getopt_long and getopt_long_only entry points for GNU getopt.
86 getopt_long_only (argc, argv, options, long_options, opt_index)
85 getopt_long_only (argc, argv, options, long_options, opt_index) function
  /bionic/libc/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /development/ndk/platforms/android-3/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /external/bison/lib/
getopt_.h 41 # undef getopt_long_only macro
51 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
59 getopt_long_only; they declare "char **argv". libc uses prototypes
61 getopt_long_only can permute argv; this is required for backward
70 of getopt_long and getopt_long_only below, but these are visible
141 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
211 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.
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
66 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
getopt.h 69 int getopt_long_only(int, char * const *, const char *,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 ();
  /bionic/libc/unistd/
getopt_long.c 80 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */
405 * 3) either the arg starts with -- we are getopt_long_only()
527 * getopt_long_only --
531 getopt_long_only(int nargc, char * const *nargv, const char *options, function
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 267 c = getopt_long_only (argc, argv, "d", long_options, &option_index);
  /external/qemu/
savevm.c 78 #define getopt_long_only getopt_long macro
    [all...]
net-android.c 111 #define getopt_long_only getopt_long macro
    [all...]
net.c 109 #define getopt_long_only getopt_long macro
    [all...]
vl-android.c 146 #define getopt_long_only getopt_long macro
    [all...]
vl.c 111 #define getopt_long_only getopt_long macro
    [all...]
  /external/bison/
configure     [all...]

Completed in 525 milliseconds