Searched refs:getopt_long (Results 26 - 50 of 80) sorted by relevance

1234

/haiku/src/bin/
H A Drmindex.cpp181 while ((c = getopt_long(argc, argv, "d:ht:pv", longopts, NULL)) != -1) {
H A Droster.cpp109 while ((c = getopt_long(argc, argv, "nth", kLongOptions, NULL)) != -1) {
H A Dgetarch.cpp114 int c = getopt_long(argc, (char**)argv, "+hps",
H A Dlistfont.cpp56 while ((c = getopt_long(argc, argv, "sltuh", kLongOptions, NULL)) != -1) {
H A Dlaunch_roster.cpp130 while ((c = getopt_long(argCount, args, "hruse:l:", kLogLongOptions, NULL))
300 while ((c = getopt_long(argc, argv, "+hv", kLongOptions, NULL)) != -1) {
H A Dmvattr.cpp166 while ((c = getopt_long(argc, argv, "hfxPv", kLongOptions, NULL)) != -1) {
H A Dwatch.c106 while ((optc = getopt_long(argc, argv, "+d::hn:vt", longopts, (int *) 0))
H A Dsetarch.cpp153 int c = getopt_long(argc, (char**)argv, "+hlp",
H A Ddiskimage.cpp206 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp81 opt = getopt_long(argc, argv, "hs:f:", longOptions, &optionIndex);
/haiku/src/tools/
H A Dcreate_image.cpp53 c = getopt_long(argc, argv, "+hi:cf:", long_options, NULL);
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp67 int c = getopt_long(argc, (char**)argv, "A:hR:", sLongOptions, NULL);
H A Dpasswd.cpp63 int c = getopt_long(argc, (char**)argv, "dh", sLongOptions, NULL);
H A Duseradd.cpp84 int c = getopt_long(argc, (char**)argv, "d:e:f:g:hn:s:", sLongOptions,
/haiku/src/bin/package/
H A Dcommand_dump.cpp163 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dcommand_add.cpp49 int c = getopt_long(argc, (char**)argv, "+0123456789C:fhi:qv",
H A Dcommand_checksum.cpp95 int c = getopt_long(argc, (char**)argv, "+hqv",
H A Dcommand_create.cpp54 int c = getopt_long(argc, (char**)argv, "+b0123456789C:hi:I:z:qv",
H A Dcommand_recompress.cpp59 int c = getopt_long(argc, (char**)argv, "+0123456789:hz:qv",
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp43 while ((c = getopt_long(argc, argv, "hvp", longopts, 0)) > 0) {
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp119 int c = getopt_long(argc, (char**)argv, "+hv", sLongOptions, NULL);
H A Dcommand_create.cpp130 int c = getopt_long(argc, (char**)argv, "+C:hqv", sLongOptions, NULL);
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp62 int c = getopt_long(argc, (char**)argv, "hv", sLongOptions, NULL);
/haiku/src/bin/keymap/
H A Dmain.cpp111 while ((c = getopt_long(argc, argv, "o:dblsrchH", kLongOptions,
/haiku/src/bin/addattr/
H A Dmain.cpp170 while ((c = getopt_long(argc, argv, "hf:t:c:P", kLongOptions, NULL)) != -1) {

Completed in 133 milliseconds

1234