Searched refs:_getopt_internal (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/posix/ |
D | getopt1.c | 31 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long() 54 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long_only()
|
D | getopt_int.h | 25 extern int _getopt_internal (int ___argc, char **___argv,
|
D | getopt.c | 702 _getopt_internal (int argc, char **argv, const char *optstring, in _getopt_internal() function 730 return _getopt_internal (argc, (char **)argv, optstring, \
|
/glibc-2.36/manual/ |
D | getopt.texi | 69 @c _getopt_internal
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 4886 (_getopt_internal): Take addition parameter. Pass on to 4888 (getopt): Pass additional zero to _getopt_internal. 4892 _getopt_internal. 4896 * posix/getopt_int.h: Adjust declarations of _getopt_internal and
|
D | ChangeLog.14 | 1340 _getopt_internal, getopt, main): Likewise. 1352 * posix/getopt.h (_getopt_internal): Move to ... 1379 (_getopt_internal): Rename to ... 1384 (_getopt_internal): Reimplement in terms of _getopt_internal_r.
|
D | ChangeLog.11 | 2579 * posix/getopt.c (_getopt_internal): When long_only is set always 2710 * posix/getopt.c (_getopt_internal): Don't recognize an option 12187 * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
|
D | ChangeLog.6 | 291 * posix/getopt.c (_getopt_internal): Return -1, not EOF, when args 884 * posix/getopt.c (_getopt_internal): Don't reset __getopt_initialized
|
D | ChangeLog.13 | 13533 * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
|
D | ChangeLog.7 | 10596 (_getopt_internal): Set optind to 1 if optind == 0 before
|
D | ChangeLog.18 | 7008 Cast 'argv' to 'char **' when calling _getopt_internal. 7011 Cast 'argv' to 'char **' when calling _getopt_internal. 7039 Use impl-namespace names for all arguments to _getopt_internal and
|