getopt_long 59 gnulib-tests/test-getopt_long.h while ((c = getopt_long (argc, (char **) argv, options, long_options, getopt_long 110 gnulib-tests/test-getopt_long.h return getopt_long (argc, (char **) argv, shortopts, longopts, longind); getopt_long 69 lib/getopt.in.h # define getopt_long __GETOPT_ID (getopt_long) getopt_long 234 lib/getopt.in.h extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv, getopt_long 105 lib/getopt1.c c = getopt_long (argc, argv, "abc:d:0123456789", getopt_long 215 src/cmp.c while ((c = getopt_long (argc, argv, "bci:ln:sv", long_options, 0)) getopt_long 291 src/diff.c while ((c = getopt_long (argc, argv, shortopts, longopts, NULL)) != -1) getopt_long 240 src/diff3.c while ((c = getopt_long (argc, argv, "aeimvx3AEL:TX", longopts, 0)) != -1) getopt_long 463 src/sdiff.c while ((opt = getopt_long (argc, argv, "abBdEHiI:lo:stvw:WZ", longopts, 0))