Searched refs:kLongOptions (Results 1 - 20 of 20) sorted by relevance

/haiku/src/bin/mkfs/
H A Dmain.cpp80 const struct option kLongOptions[] = { local
98 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
/haiku/src/bin/i2c/
H A Di2c.cpp22 static struct option const kLongOptions[] = { variable
84 while ((c = getopt_long(argc, argv, "h", kLongOptions, NULL)) != -1) {
/haiku/src/bin/
H A Dvmstat.cpp15 static struct option const kLongOptions[] = { variable
45 while ((c = getopt_long(argc, argv, "pr:h", kLongOptions, NULL)) != -1) {
H A Dcheckfs.cpp39 const struct option kLongOptions[] = { local
50 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
H A Dmkindex.cpp29 static struct option const kLongOptions[] = { variable
108 while ((c = getopt_long(argc, argv, "d:ht:v", kLongOptions, NULL)) != -1) {
H A Droster.cpp22 static struct option const kLongOptions[] = { variable
109 while ((c = getopt_long(argc, argv, "nth", kLongOptions, NULL)) != -1) {
H A Dlistfont.cpp16 static struct option const kLongOptions[] = { variable
56 while ((c = getopt_long(argc, argv, "sltuh", kLongOptions, NULL)) != -1) {
H A Dmvattr.cpp20 static struct option const kLongOptions[] = { variable
166 while ((c = getopt_long(argc, argv, "hfxPv", kLongOptions, NULL)) != -1) {
H A DWindowShade.cpp25 static struct option const kLongOptions[] = { variable
139 while ((c = getopt_long_only(argc, argv, "h", kLongOptions, NULL)) != -1) {
H A Dfstrim.cpp25 static struct option const kLongOptions[] = { variable
164 while ((c = getopt_long(argc, argv, "ho:l:fv", kLongOptions, NULL)) != -1) {
H A Dclipboard.cpp67 static struct option const kLongOptions[] = { local
80 while ((c = getopt_long(argc, argv, "l:s:o:c:ripdh", kLongOptions, NULL))
H A Dcatattr.cpp312 const struct option kLongOptions[] = { local
324 while ((option = getopt_long(argc, argv, "rdPh", kLongOptions, NULL))
H A Dlaunch_roster.cpp21 static struct option const kLongOptions[] = { variable
300 while ((c = getopt_long(argc, argv, "+hv", kLongOptions, NULL)) != -1) {
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterApp.cpp38 static struct option const kLongOptions[] = { variable
100 while ((c = getopt_long(argc, argv, "hv", kLongOptions, NULL)) != -1) {
/haiku/src/bin/keymap/
H A Dmain.cpp98 static struct option const kLongOptions[] = { local
111 while ((c = getopt_long(argc, argv, "o:dblsrchH", kLongOptions,
/haiku/src/bin/addattr/
H A Dmain.cpp26 static struct option const kLongOptions[] = { variable
170 while ((c = getopt_long(argc, argv, "hf:t:c:P", kLongOptions, NULL)) != -1) {
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp178 static const struct option kLongOptions[] = { local
184 int c = getopt_long(argc, (char**)argv, "+ha:d:p:s:v:V:", kLongOptions,
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp166 const static struct option kLongOptions[] = { local
183 opt = getopt_long(argc, argv, "hn46xtul", kLongOptions,
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp21 static struct option const kLongOptions[] = { variable
134 while ((c = getopt_long(argc, argv, "shlfqmb:", kLongOptions, NULL)) != -1) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp57 static struct option const kLongOptions[] = { variable
370 while ((c = getopt_long(argc, argv, "i:s:vdh", kLongOptions, NULL)) != -1) {

Completed in 85 milliseconds