Searched defs:getopt_long (Results 1 - 5 of 5) sorted by last modified time

/external/mesa3d/src/getopt/
H A Dgetopt_long.c1 /* $OpenBSD: getopt_long.c,v 1.24 2010/07/22 19:31:53 blambert Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
488 * getopt_long --
492 getopt_long(int nargc, char * const *nargv, const char *options, function
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt_long.c1 /* $OpenBSD: getopt_long.c,v 1.24 2010/07/22 19:31:53 blambert Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
488 * getopt_long --
492 getopt_long(int nargc, char * const *nargv, const char *options, 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,
/external/bison/lib/
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,
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

Completed in 1014 milliseconds