HomeSort by relevance Sort by last modified time
    Searched defs:getopt_long (Results 1 - 8 of 8) 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/unistd/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.20 2005/10/25 15:49:37 jmc Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
514 * getopt_long --
518 getopt_long(int nargc, char * const *nargv, const char *options, function

Completed in 735 milliseconds