Searched refs:sLongOptions (Results 1 - 25 of 39) sorted by last modified time

12

/haiku/src/bin/pkgman/
H A Dcommand_search.cpp151 static struct option sLongOptions[] = { local
164 int c = getopt_long(argc, (char**)argv, "aDhiurs:", sLongOptions, NULL);
H A Dcommand_info.cpp49 static struct option sLongOptions[] = { local
56 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dcommand_full_sync.cpp61 static struct option sLongOptions[] = { local
69 int c = getopt_long(argc, (char**)argv, "hHy", 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_uninstall.cpp59 static struct option sLongOptions[] = { local
67 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_update.cpp63 static struct option sLongOptions[] = { local
71 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
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_install.cpp67 static struct option sLongOptions[] = { local
75 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_refresh.cpp48 static struct option sLongOptions[] = { local
54 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_add_repo.cpp52 static struct option sLongOptions[] = { local
59 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_drop_repo.cpp49 static struct option sLongOptions[] = { local
56 int c = getopt_long(argc, (char**)argv, "hu", 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/
H A Dramdisk.cpp125 static struct option sLongOptions[] = { local
132 int c = getopt_long(argc, (char**)argv, "+s:h", sLongOptions, NULL);
233 static struct option sLongOptions[] = { local
239 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
297 static struct option sLongOptions[] = { local
303 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
357 static struct option sLongOptions[] = { local
363 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);
H A Ddiskimage.cpp200 static struct option sLongOptions[] = { local
206 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dsetarch.cpp145 static struct option sLongOptions[] = { local
154 sLongOptions, NULL);
/haiku/src/bin/package/
H A Dcommand_create.cpp46 static struct option sLongOptions[] = { local
55 sLongOptions, NULL);
H A Dcommand_recompress.cpp51 static struct option sLongOptions[] = { local
60 sLongOptions, NULL);
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp112 static struct option sLongOptions[] = { local
119 int c = getopt_long(argc, (char**)argv, "+hv", 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/debug/profile/
H A Dprofile.cpp1010 static struct option sLongOptions[] = { local
1019 sLongOptions, NULL);
/haiku/src/bin/multiuser/
H A Dpasswd.cpp57 static struct option sLongOptions[] = { local
63 int c = getopt_long(argc, (char**)argv, "dh", sLongOptions, NULL);
H A Duserdel.cpp45 static struct option sLongOptions[] = { local
51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp67 static struct option sLongOptions[] = { local
76 sLongOptions, NULL);

Completed in 107 milliseconds

12