Searched refs:getopt_long (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-10.0-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp920 while ((c = getopt_long(argc, argv, "dF:I:lp:vw:", long_options, NULL))
/freebsd-10.0-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp826 while ((c = getopt_long(argc, argv, "bBcdfF:hiI:oruUv", long_options, NULL))
/freebsd-10.0-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1548 while ((c = getopt_long(argc, argv, "+a:bdD:F:g:hi:I:j:lno:prs:S:v",
/freebsd-10.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp698 while ((opt = getopt_long(argc, argv, "svg:k:", long_options, NULL)) != EOF)
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c156 while ((ch = getopt_long(argc, argv,
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c620 c = getopt_long(argc, argv, "p:d:i:s:m:q:r:n:l:eg:", long_options, NULL);
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c971 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibtracert.c752 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dsaquery.c1663 while ((ch = getopt_long(argc, argv, str_opts, long_opts, NULL)) != -1) {
/freebsd-10.0-release/contrib/texinfo/util/
H A Dinstall-info.c1197 int opt = getopt_long (argc, argv, "i:d:e:s:hHr", longopts, 0);
/freebsd-10.0-release/usr.bin/bc/
H A Dbc.y1134 while ((ch = getopt_long(argc, argv, "cde:hlqv",
/freebsd-10.0-release/usr.bin/fetch/
H A Dfetch.c875 while ((c = getopt_long(argc, argv,
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.c991 while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))
/freebsd-10.0-release/usr.sbin/nfsd/
H A Dnfsd.c175 while ((ch = getopt_long(argc, argv, getopt_shortopts, longopts,
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c2647 while ((c = getopt_long (argc, argv, "I:O:F:K:N:R:o:sSpdgxXHhVvw",
2813 while ((c = getopt_long (argc, argv, "b:B:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXHhVvW:w",
H A Dsrconv.c1769 while ((opt = getopt_long (ac, av, "dHhVvqn", long_options,
/freebsd-10.0-release/contrib/binutils/ld/
H A Dlexsup.c681 /* getopt_long_only is like getopt_long, but '-' as well as '--'
689 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff3.c239 while ((c = getopt_long (argc, argv, "aeimvx3AEL:TX", longopts, 0)) != -1)
/freebsd-10.0-release/contrib/gcc/
H A Dgcov.c452 while ((opt = getopt_long (argc, argv, "abcfhlno:puv", options, NULL)) != -1)
H A Dmips-tdump.c38 /* Include getopt.h for the sake of getopt_long. */
265 /* Command line options for getopt_long. */
1414 while ((opt = getopt_long (argc, argv, "alrsvt", options, NULL)) != -1)
/freebsd-10.0-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1531 while ((opt = getopt_long(argc, argv, "vCT:", long_options, NULL)) != EOF)
/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp297 while ((opt = getopt_long(argc, argv, "adsqvi:", long_options, NULL)) != EOF) {
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c1324 while (opt = getopt_long (argc, argv, short_options, long_options, NULL),
/freebsd-10.0-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c566 while ((ch = getopt_long(argc, argv, "", opts, NULL)) != -1) {
/freebsd-10.0-release/contrib/groff/src/devices/grops/
H A Dps.cpp1801 while ((c = getopt_long(argc, argv, "b:c:F:gI:lmp:P:vw:", long_options, NULL))

Completed in 488 milliseconds

12345