Searched refs:getopt_long_only (Results 1 - 16 of 16) sorted by relevance

/external/grub/lib/
H A Dgetopt.h61 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 ();
H A Dgetopt1.c1 /* 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
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h63 int getopt_long_only(int, char * const *, const char *,
H A Dgetopt_long.c68 #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/
H A Dgetopt.h63 int getopt_long_only(int, char * const *, const char *,
H A Dgetopt_long.c68 #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/e2fsprogs/include/nonunix/
H A Dgetopt.h63 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/
H A Dgetopt.h60 # 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/
H A Dgetopt.in.h59 # 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,
H A Dgetopt1.c1 /* 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/qemu/
H A Dsavevm.c69 #define getopt_long_only getopt_long macro
H A Dnet-android.c111 #define getopt_long_only getopt_long macro
H A Dnet.c109 #define getopt_long_only getopt_long macro
H A Dvl-android.c165 #define getopt_long_only getopt_long macro
H A Dvl.c110 #define getopt_long_only getopt_long macro
/external/bison/
H A Dconfigure13529 for ac_func in getopt_long_only
13531 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"

Completed in 366 milliseconds