getopt 36 devel/scratch.c flag = getopt(argc, argv, OPTARGS); getopt 185 lib/common/options.c return getopt(argc, argv, crm_short_options); getopt 91 maint/gnulib/lib/getopt-core.h extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) getopt 44 maint/gnulib/lib/getopt-pfx-core.h # define getopt __GETOPT_ID (getopt) getopt 736 maint/gnulib/lib/getopt.c GETOPT_ENTRY(getopt, 0) getopt 739 maint/gnulib/lib/getopt.c GETOPT_ENTRY(getopt, 1) getopt 758 maint/gnulib/lib/getopt.c c = getopt (argc, argv, "abc:d:0123456789"); getopt 20 maint/gnulib/tests/test-getopt-main.h SIGNATURE_CHECK (getopt, int, (int, char * const[], char const *)); getopt 43 maint/gnulib/tests/test-getopt.h while ((c = getopt (argc, (char **) argv, options)) != -1) getopt 1386 maint/gnulib/tests/test-getopt.h ASSERT (getopt (argc, (char **) argv, "W;") == 'W');