getopt_long      3747 lib-src/ebrowse.c   while ((i = getopt_long (argc, argv, "af:I:m:M:no:p:svVx",
getopt_long      1150 lib-src/etags.c   while ((opt = getopt_long (argc, argv, optstring, longopts, NULL)) != EOF)
getopt_long        66 lib/getopt-ext.h extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
getopt_long        43 lib/getopt-pfx-ext.h # define getopt_long __GETOPT_ID (getopt_long)
getopt_long        94 lib/getopt1.c        c = getopt_long (argc, argv, "abc:d:0123456789",
getopt_long      1018 test/manual/etags/c-src/etags.c   while ((opt = getopt_long (argc, argv, optstring, longopts, NULL)) != EOF)
getopt_long       102 test/manual/etags/c-src/getopt.h extern int getopt_long (int argc, char *const *argv, const char *shortopts,
getopt_long       115 test/manual/etags/c-src/getopt.h extern int getopt_long ();