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

12

/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/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/
H A Ddiskimage.cpp200 static struct option sLongOptions[] = { local
206 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dfindpaths.cpp155 static struct option sLongOptions[] = { local
168 sLongOptions, NULL);
H A Dgetarch.cpp106 static struct option sLongOptions[] = { local
115 sLongOptions, NULL);
H A Dmimeset.cpp154 static struct option sLongOptions[] = { local
163 int c = getopt_long(argc, (char**)argv, "aAfFhm:", sLongOptions,
/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 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,
H A Duserdel.cpp45 static struct option sLongOptions[] = { local
51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
/haiku/src/bin/package/
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_dump.cpp157 static struct option sLongOptions[] = { local
163 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dcommand_extract.cpp866 static struct option sLongOptions[] = { local
872 int c = getopt_long(argc, (char**)argv, "+C:hi:", sLongOptions, NULL);
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_list.cpp322 static struct option sLongOptions[] = { local
328 int c = getopt_long(argc, (char**)argv, "+ahip", sLongOptions, NULL);
/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/pkgman/
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);
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_resolve_dependencies.cpp121 static struct option sLongOptions[] = { local
128 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);

Completed in 113 milliseconds

12