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

12

/haiku/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_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_full_sync.cpp61 static struct option sLongOptions[] = { local
69 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_info.cpp49 static struct option sLongOptions[] = { local
56 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_add_repo.cpp52 static struct option sLongOptions[] = { local
59 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);
/haiku/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/src/bin/multiuser/
H A Dgroupadd.cpp47 static struct option sLongOptions[] = { local
53 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dgroupdel.cpp45 static struct option sLongOptions[] = { local
51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Duserdel.cpp45 static struct option sLongOptions[] = { local
51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dgroupmod.cpp59 static struct option sLongOptions[] = { local
67 int c = getopt_long(argc, (char**)argv, "A:hR:", sLongOptions, NULL);
H A Dpasswd.cpp57 static struct option sLongOptions[] = { local
63 int c = getopt_long(argc, (char**)argv, "dh", sLongOptions, NULL);
H A Duseradd.cpp78 static struct option sLongOptions[] = { local
84 int c = getopt_long(argc, (char**)argv, "d:e:f:g:hn:s:", sLongOptions,
/haiku/src/bin/package/
H A Dcommand_info.cpp26 static struct option sLongOptions[] = { local
33 int c = getopt_long(argc, (char**)argv, "f:h", sLongOptions, NULL);
H A Dcommand_dump.cpp157 static struct option sLongOptions[] = { local
163 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dcommand_add.cpp41 static struct option sLongOptions[] = { local
50 sLongOptions, NULL);
H A Dcommand_checksum.cpp87 static struct option sLongOptions[] = { local
96 sLongOptions, NULL);
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/
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 Dgetarch.cpp106 static struct option sLongOptions[] = { local
115 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);

Completed in 406 milliseconds

12