getopt_long       158 lib/common/options.c         int flag = getopt_long(argc, argv, crm_short_options, long_opts, index);
getopt_long        66 maint/gnulib/lib/getopt-ext.h extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
getopt_long        43 maint/gnulib/lib/getopt-pfx-ext.h # define getopt_long __GETOPT_ID (getopt_long)
getopt_long        94 maint/gnulib/lib/getopt1.c       c = getopt_long (argc, argv, "abc:d:0123456789",
getopt_long      1022 maint/gnulib/lib/git-merge-changelog.c   while ((optchar = getopt_long (argc, argv, "hV", long_options, NULL)) != EOF)
getopt_long        62 maint/gnulib/lib/long-options.c       && (c = getopt_long (argc, argv, "+", long_options, NULL)) != -1)
getopt_long       115 maint/gnulib/lib/long-options.c   if ((c = getopt_long (argc, argv, optstring, long_options, NULL)) != -1)
getopt_long        36 maint/gnulib/tests/test-getopt-gnu.c SIGNATURE_CHECK (getopt_long, int, (int, char *__getopt_argv_const *,
getopt_long        57 maint/gnulib/tests/test-getopt_long.h   while ((c = getopt_long (argc, (char **) argv, options, long_options,
getopt_long       108 maint/gnulib/tests/test-getopt_long.h   return getopt_long (argc, (char **) argv, shortopts, longopts, longind);