D | getopt1.c | 40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() argument 43 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long() 48 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r() argument 52 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r() 63 const char *options, in getopt_long_only() argument 66 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long_only() 71 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r() argument 75 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
|