Searched refs:getopt_long (Results 1 - 25 of 80) sorted by path

1234

/haiku/headers/posix/
H A Dgetopt.h32 extern int getopt_long(int argc, char * const *argv, const char *shortOptions,
/haiku/src/bin/addattr/
H A Dmain.cpp170 while ((c = getopt_long(argc, argv, "hf:t:c:P", kLongOptions, NULL)) != -1) {
/haiku/src/bin/
H A Dcatattr.cpp324 while ((option = getopt_long(argc, argv, "rdPh", kLongOptions, NULL))
H A Dclipboard.cpp80 while ((c = getopt_long(argc, argv, "l:s:o:c:ripdh", kLongOptions, NULL))
H A Ddiskimage.cpp206 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dfindpaths.cpp167 int c = getopt_long(argc, (char**)argv, "+a:c:d:ehlp:r:R",
H A Dgetarch.cpp114 int c = getopt_long(argc, (char**)argv, "+hps",
H A Dlaunch_roster.cpp130 while ((c = getopt_long(argCount, args, "hruse:l:", kLogLongOptions, NULL))
300 while ((c = getopt_long(argc, argv, "+hv", kLongOptions, NULL)) != -1) {
H A Dlistfont.cpp56 while ((c = getopt_long(argc, argv, "sltuh", kLongOptions, NULL)) != -1) {
H A Dmimeset.cpp163 int c = getopt_long(argc, (char**)argv, "aAfFhm:", sLongOptions,
H A Dmkindex.cpp108 while ((c = getopt_long(argc, argv, "d:ht:v", kLongOptions, NULL)) != -1) {
H A Dmvattr.cpp166 while ((c = getopt_long(argc, argv, "hfxPv", kLongOptions, NULL)) != -1) {
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp284 int c = getopt_long(argc, (char**)argv, "+hl", sLongOptions, NULL);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp64 int c = getopt_long(argc, (char**)argv, "+b:ho:s", sLongOptions, NULL);
/haiku/src/bin/locale/
H A Dlocale.cpp119 while ((c = getopt_long(argc, argv, "lcfmath", longopts, NULL)) != -1) {
/haiku/src/bin/mkfs/
H A Dmain.cpp98 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp53 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dgroupdel.cpp51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dgroupmod.cpp67 int c = getopt_long(argc, (char**)argv, "A:hR:", sLongOptions, NULL);
H A Dpasswd.cpp63 int c = getopt_long(argc, (char**)argv, "dh", sLongOptions, NULL);
H A Duseradd.cpp84 int c = getopt_long(argc, (char**)argv, "d:e:f:g:hn:s:", sLongOptions,
H A Duserdel.cpp51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
/haiku/src/bin/package/
H A Dcommand_add.cpp49 int c = getopt_long(argc, (char**)argv, "+0123456789C:fhi:qv",
H A Dcommand_checksum.cpp95 int c = getopt_long(argc, (char**)argv, "+hqv",
H A Dcommand_dump.cpp163 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);

Completed in 145 milliseconds

1234