Searched refs:_getopt_internal_r (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getopt1.c | 52 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r() 75 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
|
D | getopt_int.h | 113 extern int _getopt_internal_r (int ___argc, char **___argv,
|
D | getopt.c | 347 _getopt_internal_r (int argc, char **argv, const char *optstring, in _getopt_internal_r() function 1092 result = _getopt_internal_r (argc, argv, optstring, longopts, longind, in _getopt_internal()
|