getopt_long       153 source/compat/getopt/getopt.h extern int getopt_long (int argc, char *const *argv, const char *shortopts,
getopt_long       168 source/compat/getopt/getopt.h extern int getopt_long ();
getopt_long       181 source/x265.cpp         int c = getopt_long(argc, argv, short_options, long_options, NULL);
getopt_long       236 source/x265.cpp         int c = getopt_long(argc, argv, short_options, long_options, &long_options_index);