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

  /external/bison/lib/
getopt1.c 0 /* 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
getopt.in.h 58 # 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/
getopt1.c 0 /* 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
  /ndk/sources/host-tools/make-3.81/
getopt1.c 0 /* getopt_long and getopt_long_only entry points for GNU getopt.
70 getopt_long (int argc, char *const *argv, const char *options,
76 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
117 c = getopt_long (argc, argv, "abc:d:0123456789",
69 getopt_long (int argc, char *const *argv, const char *options, function
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt1.c 0 /* 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
getopt.in.h 39 # undef getopt_long macro
49 # define getopt_long __GETOPT_ID (getopt_long) macro
57 /* Standalone applications get correct prototypes for getopt_long and
59 with "char *const *argv" that are incorrect because getopt_long and
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
207 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
  /external/bison/darwin-lib/
getopt.h 59 # 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,
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
54 static char *rcsid = "$OpenBSD: getopt_long.c,v 1.16 2004/02/04 18:17:25 millert Exp $";
595 * getopt_long --
599 getopt_long(int nargc, char * const *nargv, const char *options, function
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 1 /* $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/mesa3d/src/getopt/
getopt_long.c 1 /* $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

Completed in 81 milliseconds