Home
last modified time | relevance | path

Searched refs:_getopt_internal (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
Dgetopt.h128 extern int _getopt_internal (int argc, char *const *argv,
137 extern int _getopt_internal ();
/freebsd-12-stable/contrib/gcclibs/include/
Dgetopt.h128 extern int _getopt_internal (int argc, char *const *argv,
137 extern int _getopt_internal ();
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dgetopt1.c72 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()
Dgetopt.c522 _getopt_internal (int argc, char *const *argv, const char *optstring, in _getopt_internal() function
976 return _getopt_internal (argc, argv, optstring, in getopt()
DChangeLog762 _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/
DChangeLog960 _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/
DChangeLog-199815044 * getopt.c (_getopt_internal): Add explicit braces around nested if;