Searched refs:sLongOptions (Results 26 - 39 of 39) sorted by relevance

12

/haiku/src/bin/package_repo/
H A Dcommand_create.cpp122 static struct option sLongOptions[] = { local
130 int c = getopt_long(argc, (char**)argv, "+C:hqv", sLongOptions, NULL);
H A Dcommand_update.cpp217 static struct option sLongOptions[] = { local
225 int c = getopt_long(argc, (char**)argv, "+C:hqv", sLongOptions, NULL);
/haiku/src/bin/
H A Dsetarch.cpp145 static struct option sLongOptions[] = { local
154 sLongOptions, NULL);
H A Ddiskimage.cpp200 static struct option sLongOptions[] = { local
206 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dmimeset.cpp154 static struct option sLongOptions[] = { local
163 int c = getopt_long(argc, (char**)argv, "aAfFhm:", sLongOptions,
H A Dfindpaths.cpp155 static struct option sLongOptions[] = { local
168 sLongOptions, NULL);
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp67 static struct option sLongOptions[] = { local
76 sLongOptions, NULL);
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp278 static struct option sLongOptions[] = { local
284 int c = getopt_long(argc, (char**)argv, "+hl", sLongOptions, NULL);
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp121 static struct option sLongOptions[] = { local
128 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dcommand_search.cpp151 static struct option sLongOptions[] = { local
164 int c = getopt_long(argc, (char**)argv, "aDhiurs:", sLongOptions, NULL);
/haiku/src/bin/package/
H A Dcommand_list.cpp322 static struct option sLongOptions[] = { local
328 int c = getopt_long(argc, (char**)argv, "+ahip", sLongOptions, NULL);
H A Dcommand_extract.cpp866 static struct option sLongOptions[] = { local
872 int c = getopt_long(argc, (char**)argv, "+C:hi:", sLongOptions, NULL);
/haiku/src/apps/debugger/
H A DDebugger.cpp141 static struct option sLongOptions[] = { local
153 int c = getopt_long(argc, (char**)argv, "+chs", sLongOptions, NULL);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp1010 static struct option sLongOptions[] = { local
1019 sLongOptions, NULL);

Completed in 109 milliseconds

12