getopt             58 admin/alloc-colors.c   while ((opt = getopt (argc, argv, "n:")) != EOF)
getopt             71 lib-src/make-fingerprint.c   while (0 <= (c = getopt (argc, argv, "rh")))
getopt            192 lib-src/movemail.c   while (0 <= (c = getopt (argc, argv, ARGSTR)))
getopt            190 lib-src/update-game-score.c   while ((c = getopt (argc, argv, "hrm:d:")) != -1)
getopt             91 lib/getopt-core.h extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
getopt             44 lib/getopt-pfx-core.h # define getopt __GETOPT_ID (getopt)
getopt            736 lib/getopt.c   GETOPT_ENTRY(getopt, 0)
getopt            739 lib/getopt.c   GETOPT_ENTRY(getopt, 1)
getopt            758 lib/getopt.c         c = getopt (argc, argv, "abc:d:0123456789");
getopt             98 test/manual/etags/c-src/getopt.h extern int getopt (int argc, char *const *argv, const char *shortopts);
getopt            100 test/manual/etags/c-src/getopt.h extern int getopt ();
getopt            114 test/manual/etags/c-src/getopt.h extern int getopt ();