getopt           1161 libglibc/getopt.c       c = getopt (argc, argv, "abc:d:0123456789");
getopt            152 libglibc/getopt.h extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
getopt            155 libglibc/getopt.h extern int getopt ();