Searched refs:getopt_long_only (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetopt.h48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
H A Dgetoptl.c148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) function
/macosx-10.10.1/bc-21/bc/h/
H A Dgetopt.h61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
112 extern int getopt_long_only (int argc, char *const *argv,
124 extern int getopt_long_only ();
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dgetopt.h62 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/macosx-10.10.1/tcpdump-61/tcpdump/win32/Include/
H A Dgetopt.h66 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
117 extern int getopt_long_only (int argc, char *const *argv,
129 extern int getopt_long_only ();
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgetopt_.h43 # undef getopt_long_only macro
53 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
61 getopt_long_only; they declare "char **argv". libc uses prototypes
63 getopt_long_only can permute argv; this is required for backward
72 of getopt_long and getopt_long_only below, but these are visible
143 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
213 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
66 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetopt_.h41 # undef getopt_long_only macro
51 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
59 getopt_long_only; they declare "char **argv". libc uses prototypes
61 getopt_long_only can permute argv; this is required for backward
70 of getopt_long and getopt_long_only below, but these are visible
141 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
212 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
64 getopt_long_only (int argc, char *__getopt_argv_const *argv,
63 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
/macosx-10.10.1/groff-38/groff/src/include/
H A Dgetopt.h43 # undef getopt_long_only macro
53 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
61 getopt_long_only; they declare "char **argv". libc uses prototypes
63 getopt_long_only can permute argv; this is required for backward
72 of getopt_long and getopt_long_only below, but these are visible
143 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
213 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
/macosx-10.10.1/text_cmds-88/sort/
H A Dgetopt.h41 # undef getopt_long_only macro
51 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro
59 getopt_long_only; they declare "char **argv". libc uses prototypes
61 getopt_long_only can permute argv; this is required for backward
70 of getopt_long and getopt_long_only below, but these are visible
141 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
211 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
66 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dgetopt.h73 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
152 extern int getopt_long_only (int __argc, char *const *__argv,
166 extern int getopt_long_only ();
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
83 getopt_long_only (argc, argv, options, long_options, opt_index)
82 getopt_long_only (argc, argv, options, long_options, opt_index) function
/macosx-10.10.1/gpatch-3/patch/
H A Dgetopt.h73 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
152 extern int getopt_long_only (int __argc, char *const *__argv,
166 extern int getopt_long_only ();
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
83 getopt_long_only (argc, argv, options, long_options, opt_index)
82 getopt_long_only (argc, argv, options, long_options, opt_index) function
/macosx-10.10.1/srm-7/srm/lib/
H A Dgetopt.h63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
142 extern int getopt_long_only (int __argc, char *const *__argv,
156 extern int getopt_long_only ();
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
84 getopt_long_only (argc, argv, options, long_options, opt_index)
83 getopt_long_only (argc, argv, options, long_options, opt_index) function
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dgetopt.h47 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
71 int getopt_long_only(int, char * const *, const char *,
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgetopt.h61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
111 extern int getopt_long_only (int argc, char *const *argv,
/macosx-10.10.1/uucp-11/uucp/
H A Dgetopt.h64 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
114 extern int getopt_long_only P((int argc, char *const *argv,
/macosx-10.10.1/bc-21/bc/lib/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
80 getopt_long_only (argc, argv, options, long_options, opt_index)
79 getopt_long_only (argc, argv, options, long_options, opt_index) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
82 getopt_long_only (int argc, char *const *argv, const char *options,
81 getopt_long_only (int argc, char *const *argv, const char *options, function
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dgetop1.c43 getopt_long_only (argc, argv, options, long_options, opt_index)
42 getopt_long_only (argc, argv, options, long_options, opt_index) function
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
66 getopt_long_only (int argc, char *__getopt_argv_const *argv, function

Completed in 343 milliseconds

12