Searched refs:_getopt_internal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/gdb/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /freebsd-12-stable/contrib/gcclibs/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 | 762 _getopt_internal, getopt, main): Likewise. 5365 * getopt.c (_getopt_internal): If argc is 0, just return (before 6157 (_getopt_initialize): New function, broken out of _getopt_internal. 6158 (_getopt_internal): 7070 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | ChangeLog | 960 _getopt_internal, getopt, main): Likewise. 5563 * getopt.c (_getopt_internal): If argc is 0, just return (before 6355 (_getopt_initialize): New function, broken out of _getopt_internal. 6356 (_getopt_internal): 7268 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-1998 | 15044 * getopt.c (_getopt_internal): Add explicit braces around nested if;
|