| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | getopt.h | 109 extern int _getopt_internal (int argc, char *const *argv, 118 extern int _getopt_internal ();
|
| D | getopt1.c | 69 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); 85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
|
| D | getopt.c | 374 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() function 677 return _getopt_internal (argc, argv, optstring,
|
| D | ChangeLog | 644 * getopt.c (_getopt_internal): Cast the return value of strlen,
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | getopt.h | 113 extern int _getopt_internal (int argc, char *const *argv, 122 extern int _getopt_internal ();
|
| D | getopt1.c | 76 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); 92 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
|
| D | getopt.c | 379 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() function 682 return _getopt_internal (argc, argv, optstring,
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /openbsd/src/gnu/gcc/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | getopt.h | 128 extern int _getopt_internal (int argc, char *const *argv, 137 extern int _getopt_internal ();
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| 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 | 666 _getopt_internal, getopt, main): Likewise. 5269 * getopt.c (_getopt_internal): If argc is 0, just return (before 6061 (_getopt_initialize): New function, broken out of _getopt_internal. 6062 (_getopt_internal): 6974 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
|
| /openbsd/src/gnu/usr.bin/texinfo/lib/ |
| D | getopt1.c | 47 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 68 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| D | getopt_int.h | 23 extern int _getopt_internal (int ___argc, char *const *___argv,
|
| D | getopt.c | 1138 _getopt_internal (int argc, char *const *argv, const char *optstring, in _getopt_internal() function 1159 return _getopt_internal (argc, argv, optstring, in getopt()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.0 | 6465 * getopt.c (_getopt_internal): Add explicit braces around nested if;
|