Searched refs:sLongOptions (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/debug/time_stats/
H A Dtime_stats.cpp57 static struct option sLongOptions[] = { local
64 int c = getopt_long(argc, (char**)argv, "+b:ho:s", sLongOptions, NULL);
/haiku-fatelf/src/bin/pkgman/
H A Dcommand_drop_repo.cpp49 static struct option sLongOptions[] = { local
56 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_add_repo.cpp51 static struct option sLongOptions[] = { local
58 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_list_repos.cpp55 static struct option sLongOptions[] = { local
62 int c = getopt_long(argc, (char**)argv, "hv", sLongOptions, NULL);
H A Dcommand_refresh.cpp48 static struct option sLongOptions[] = { local
54 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
/haiku-fatelf/src/bin/package/
H A Dcommand_add.cpp41 static struct option sLongOptions[] = { local
49 int c = getopt_long(argc, (char**)argv, "+C:fhi:qv", sLongOptions,
H A Dcommand_create.cpp43 static struct option sLongOptions[] = { local
51 int c = getopt_long(argc, (char**)argv, "+bC:hi:I:qv", sLongOptions,
H A Dcommand_dump.cpp157 static struct option sLongOptions[] = { local
163 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dcommand_list.cpp291 static struct option sLongOptions[] = { local
297 int c = getopt_long(argc, (char**)argv, "+ha", sLongOptions, NULL);
H A Dcommand_extract.cpp655 static struct option sLongOptions[] = { local
661 int c = getopt_long(argc, (char**)argv, "+C:hi:", sLongOptions, NULL);
/haiku-fatelf/src/bin/
H A Ddiskimage.cpp197 static struct option sLongOptions[] = { local
203 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
/haiku-fatelf/src/bin/multiuser/
H A Duseradd.cpp60 static struct option sLongOptions[] = { local
66 int c = getopt_long(argc, (char**)argv, "d:e:f:g:hn:s:", sLongOptions,
/haiku-fatelf/src/bin/package_repo/
H A Dcommand_create.cpp121 static struct option sLongOptions[] = { local
129 int c = getopt_long(argc, (char**)argv, "+C:hqv", sLongOptions, NULL);
H A Dcommand_list.cpp257 static struct option sLongOptions[] = { local
264 int c = getopt_long(argc, (char**)argv, "+hv", sLongOptions, NULL);
/haiku-fatelf/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-fatelf/src/apps/debugger/
H A DDebugger.cpp112 static struct option sLongOptions[] = { local
123 int c = getopt_long(argc, (char**)argv, "+chs", sLongOptions, NULL);
/haiku-fatelf/src/bin/debug/profile/
H A Dprofile.cpp1003 static struct option sLongOptions[] = { local
1012 sLongOptions, NULL);

Completed in 215 milliseconds