Searched refs:getopt_internal (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt_long.c | 54 int getopt_internal __P((int, char * const *, const char *));
81 getopt_internal(nargc, nargv, ostr)
in getopt_internal() function 154 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
181 if ((retval = getopt_internal(nargc, nargv, options)) == -2) {
|
H A D | getopt.c | 60 int getopt_internal __P((int, char * const *, const char *));
|
/third_party/ninja/src/ |
H A D | getopt.c | 144 /* getopt_internal: the function that does all the dirty work */ 146 getopt_internal (int argc, char **argv, char *shortopts, in getopt_internal() function 392 return getopt_internal (argc, argv, optstring, NULL, NULL, 0); in getopt() 400 return getopt_internal (argc, argv, (char*)shortopts, (GETOPT_LONG_OPTION_T*)longopts, longind, 0); in getopt_long() 407 return getopt_internal (argc, argv, (char*)shortopts, (GETOPT_LONG_OPTION_T*)longopts, longind, 1); in getopt_long_only()
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt_long.c | 77 static int getopt_internal(int, char * const *, const char *, 273 * getopt_internal -- 277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() function 477 * We don't pass FLAG_PERMUTE to getopt_internal() since in getopt() 484 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); in getopt() 496 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 509 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long_only()
|
Completed in 3 milliseconds