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

  /external/bison/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
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,
  /external/fio/lib/
getopt_long.c 42 int getopt_long_only(int argc, char *const *argv, const char *optstring, function
  /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
getopt.in.h 40 # undef getopt_long_only macro
50 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
58 getopt_long_only; they declare "char **argv". libc uses prototypes
60 getopt_long_only can permute argv; this is required for backward
69 of getopt_long and getopt_long_only below, but these are visible
140 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,
  /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/fio/os/
os-netbsd.h 62 /* XXX NetBSD doesn't have getopt_long_only */
63 #define getopt_long_only getopt_long macro
  /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
  /external/qemu/net/
net-android.c 111 #define getopt_long_only getopt_long macro
    [all...]
net.c 109 #define getopt_long_only getopt_long macro
    [all...]
  /external/qemu/
savevm.c 69 #define getopt_long_only getopt_long macro
    [all...]
vl-android.c 168 #define getopt_long_only getopt_long macro
    [all...]

Completed in 482 milliseconds