Searched refs:getopt_long (Results 51 - 75 of 80) sorted by relevance

1234

/haiku/src/tests/kits/support/
H A Dcompression_test.cpp75 int c = getopt_long(argc, (char**)argv, "+0123456789df:hi",
/haiku/src/bin/
H A Dmimeset.cpp163 int c = getopt_long(argc, (char**)argv, "aAfFhm:", sLongOptions,
H A Dfstrim.cpp164 while ((c = getopt_long(argc, argv, "ho:l:fv", kLongOptions, NULL)) != -1) {
H A Dclipboard.cpp80 while ((c = getopt_long(argc, argv, "l:s:o:c:ripdh", kLongOptions, NULL))
H A Dcatattr.cpp324 while ((option = getopt_long(argc, argv, "rdPh", kLongOptions, NULL))
H A Dfindpaths.cpp167 int c = getopt_long(argc, (char**)argv, "+a:c:d:ehlp:r:R",
H A Did.c208 while ((argOption = getopt_long(argc, optargv, "gGnru", options, &indexptr)) != -1) {
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp148 c = getopt_long(argc, argv, "+ha", long_options, NULL);
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp184 int c = getopt_long(argc, (char**)argv, "+ha:d:p:s:v:V:", kLongOptions,
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp284 int c = getopt_long(argc, (char**)argv, "+hl", sLongOptions, NULL);
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp128 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dcommand_search.cpp164 int c = getopt_long(argc, (char**)argv, "aDhiurs:", sLongOptions, NULL);
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c15 #include <getopt.h> /* getopt_long */
48 while ((ch = getopt_long(argc, argv, "his:b:t:", longopts, 0)) > 0) {
H A Dmulticat.c16 #include <getopt.h> /* getopt_long */
88 while ((ch = getopt_long(argc, argv, "hvo:pt:s:", longopts, 0)) > 0) {
/haiku/src/tools/anyboot/
H A Danyboot.cpp195 c = getopt_long(argc, argv, "+hb:e:", long_options, NULL);
/haiku/src/apps/pulse/
H A DPulseApp.cpp60 int c = getopt_long(argc, argv, "hw:", long_options, &option_index);
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp183 opt = getopt_long(argc, argv, "hn46xtul", kLongOptions,
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp360 while ((option = getopt_long(argc, argv, "", kOptions, NULL)) != -1) {
/haiku/src/bin/package/
H A Dcommand_list.cpp328 int c = getopt_long(argc, (char**)argv, "+ahip", sLongOptions, NULL);
H A Dcommand_extract.cpp872 int c = getopt_long(argc, (char**)argv, "+C:hi:", sLongOptions, NULL);
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp179 c = getopt_long(argc, argv, "dh:i:u:cHf:", long_options, NULL);
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp225 int c = getopt_long(argc, (char**)argv, "+C:hqv", sLongOptions, NULL);
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp134 while ((c = getopt_long(argc, argv, "shlfqmb:", kLongOptions, NULL)) != -1) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp370 while ((c = getopt_long(argc, argv, "i:s:vdh", kLongOptions, NULL)) != -1) {
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp737 while ((c = getopt_long(argc, argv, "r:s:f:d:c:m:b:naki:vh", kOptions,

Completed in 267 milliseconds

1234