Searched refs:_getopt_internal (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | getopt.h | 117 extern int _getopt_internal (int argc, char *const *argv, 126 extern int _getopt_internal ();
|
D | getopt1.c | 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
D | getopt.c | 503 _getopt_internal (int argc, char *const *argv, const char *optstring, in _getopt_internal() function 954 return _getopt_internal (argc, argv, optstring, in getopt()
|