Searched defs:getopt_long (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dgetopt1.c0 /* getopt_long and getopt_long_only entry points for GNU getopt.
41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
57 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
107 c = getopt_long (argc, argv, "abc:d:0123456789",
40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, function
H A Dgetopt.in.h58 # undef getopt_long macro
69 # define getopt_long __GETOPT_ID (getopt_long) macro
79 /* Standalone applications get correct prototypes for getopt_long and
81 with "char *const *argv" that are incorrect because getopt_long and
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
234 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
/external/grub/lib/
H A Dgetopt1.c0 /* getopt_long and getopt_long_only entry points for GNU getopt.
70 getopt_long (argc, argv, options, long_options, opt_index)
80 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
127 c = getopt_long (argc, argv, "abc:d:0123456789",
69 getopt_long (argc, argv, options, long_options, opt_index) function
/external/bison/darwin-lib/
H A Dgetopt.h59 # undef getopt_long macro
70 # define getopt_long __GETOPT_ID (getopt_long) macro
80 /* Standalone applications get correct prototypes for getopt_long and
82 with "char *const *argv" that are incorrect because getopt_long and
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
245 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,

Completed in 4927 milliseconds