D | getopt1.c | 69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() argument 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() argument 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|