Searched refs:_getopt_internal (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
/toolchain/binutils/binutils-2.25/libiberty/ |
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 | 522 _getopt_internal (int argc, char *const *argv, const char *optstring, in _getopt_internal() function 976 return _getopt_internal (argc, argv, optstring, in getopt()
|
D | ChangeLog | 2637 _getopt_internal, getopt, main): Likewise. 7240 * getopt.c (_getopt_internal): If argc is 0, just return (before 8032 (_getopt_initialize): New function, broken out of _getopt_internal. 8033 (_getopt_internal): 8945 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
|