Searched refs:getopt (Results 51 - 75 of 112) sorted by relevance

12345

/haiku/src/bin/
H A Dbadblocks.cpp109 while ((ch = getopt(argc, argv, "b:c:hsv?")) != -1) {
H A Dmvattr.cpp9 #include <getopt.h>
H A Dwatch.c16 #include <getopt.h>
H A Dps.c142 while ((c = getopt(argc, argv, "-ihaso:")) != EOF) {
H A Dsetarch.cpp8 #include <getopt.h>
H A Ddiskimage.cpp8 #include <getopt.h>
H A DWindowShade.cpp11 #include <getopt.h>
H A Dmimeset.cpp7 #include <getopt.h>
H A Dfstrim.cpp10 #include <getopt.h>
H A Dclipboard.cpp21 #include <getopt.h>
H A Dcatattr.cpp13 #include <getopt.h>
H A Dfindpaths.cpp7 #include <getopt.h>
/haiku/src/bin/filteredquery/
H A Dquery.cpp140 while ((opt = getopt(argc, (char **)argv, "easv:p:")) != -1) {
/haiku/src/bin/network/telnet/
H A Dmain.c162 while ((ch = getopt(argc, argv,
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c82 while ((ch = getopt(argc, argv, "hl")) != -1) {
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp87 while ((opt = getopt(argc, argv, "efav:")) != -1) {
/haiku/src/bin/multiuser/
H A Duseradd.cpp7 #include <getopt.h>
H A Dlogin.cpp132 while ((c = getopt(argc, argv, "fh:p")) != -1) {
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp9 #include <getopt.h>
/haiku/src/bin/addattr/
H A Dmain.cpp10 #include <getopt.h>
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp8 #include <getopt.h>
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp11 #include <getopt.h>
/haiku/src/bin/network/ping/
H A Dmain.c115 while ((opt = getopt(argc, argv, ":" OPTSTR)) != -1) {
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp9 #include <getopt.h>
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp9 #include <getopt.h>

Completed in 562 milliseconds

12345