Searched defs:getopt_long_only (Results 1 - 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
H A D | getopt1.c | 1 /* 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
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 63 getopt_long_only (int argc, char *__getopt_argv_const *argv, 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
|
H A D | getopt.in.h | 40 # undef getopt_long_only macro 50 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 58 getopt_long_only; they declare "char **argv". libc uses prototypes 60 getopt_long_only can permute argv; this is required for backward 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 211 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
Completed in 50 milliseconds