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

1234

/haiku/headers/posix/
H A Dgetopt.h32 extern int getopt_long(int argc, char * const *argv, const char *shortOptions,
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h74 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
151 extern int getopt_long (int ___argc, char *const *___argv,
167 extern int getopt_long ();
H A Dgetopt1.c0 /* getopt_long and getopt_long_only entry points for GNU getopt.
72 getopt_long (argc, argv, options, long_options, opt_index)
82 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
99 libc_hidden_def (getopt_long)
133 c = getopt_long (argc, argv, "abc:d:0123456789",
71 getopt_long (argc, argv, options, long_options, opt_index) function
/haiku/src/bin/pkgman/
H A Dcommand_drop_repo.cpp56 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_uninstall.cpp67 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_update.cpp71 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_full_sync.cpp69 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_refresh.cpp54 int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL);
H A Dcommand_info.cpp56 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
H A Dcommand_install.cpp75 int c = getopt_long(argc, (char**)argv, "hHy", sLongOptions, NULL);
H A Dcommand_add_repo.cpp59 int c = getopt_long(argc, (char**)argv, "hu", 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/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 Duserdel.cpp51 int c = getopt_long(argc, (char**)argv, "h", sLongOptions, NULL);
/haiku/src/bin/package/
H A Dcommand_info.cpp33 int c = getopt_long(argc, (char**)argv, "f:h", sLongOptions, NULL);
/haiku/src/bin/mkfs/
H A Dmain.cpp98 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
/haiku/src/bin/i2c/
H A Di2c.cpp84 while ((c = getopt_long(argc, argv, "h", kLongOptions, NULL)) != -1) {
/haiku/src/bin/
H A Dramdisk.cpp132 int c = getopt_long(argc, (char**)argv, "+s:h", sLongOptions, NULL);
239 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
303 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
363 int c = getopt_long(argc, (char**)argv, "+h", sLongOptions, NULL);
H A Dvmstat.cpp45 while ((c = getopt_long(argc, argv, "pr:h", kLongOptions, NULL)) != -1) {
H A Dcheckfs.cpp50 int nextOption = getopt_long(argc, argv, kShortOptions, kLongOptions,
H A Dmkindex.cpp108 while ((c = getopt_long(argc, argv, "d:ht:v", kLongOptions, NULL)) != -1) {
/haiku/src/bin/locale/
H A Dlocale.cpp119 while ((c = getopt_long(argc, argv, "lcfmath", longopts, NULL)) != -1) {
/haiku/src/tests/kits/media/playsound/
H A Dplaysound.cpp68 c = getopt_long (argc, argv, "lgp:", long_options, &option_index);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterApp.cpp100 while ((c = getopt_long(argc, argv, "hv", kLongOptions, NULL)) != -1) {

Completed in 167 milliseconds

1234