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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
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.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
165 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
232 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
/osnet-11/usr/src/grub/grub-0.97/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
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetoptl.c142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c62 #pragma weak _getopt_long = getopt_long
458 * This implements all of the getopt_long(), getopt_long_only(),
719 * getopt_long() --
726 getopt_long(int nargc, char *const *nargv, function
738 } /* getopt_long() */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h141 #undef getopt_long macro
142 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h120 #undef getopt_long macro
121 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h141 #undef getopt_long macro
142 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h120 #undef getopt_long macro
121 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h141 #undef getopt_long macro
142 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h120 #undef getopt_long macro
121 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h141 #undef getopt_long macro
142 #define getopt_long _ast_getopt_long macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h120 #undef getopt_long macro
121 #define getopt_long _ast_getopt_long macro

Completed in 54 milliseconds