Searched refs:getopt (Results 1 - 25 of 112) sorted by relevance

12345

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h1 /* Declarations for getopt.
41 /* For communication from `getopt' to the caller.
42 When `getopt' finds an option that takes an argument,
51 and for communication between successive calls to `getopt'.
53 On entry to `getopt', zero means this is the first call; initialize.
55 When `getopt' returns -1, this is the index of the first of the
63 /* Callers store zero here to inhibit the error message `getopt' prints
91 one). For long options that have a zero `flag' field, `getopt'
113 #endif /* need getopt */
130 optional. This behavior is specific to the GNU `getopt'
[all...]
H A Dgetopt_init.c1 /* Perform additional initialization for getopt functions in GNU libc.
22 /* Attention: this file is *not* necessary when the GNU getopt functions
24 getopt functions in GNU libc require this additional work. */
26 #include <getopt.h>
38 it is still available. If the getopt functions are also used in the
40 in getopt. */
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
27 # include <getopt.h>
29 # include "getopt.h"
183 printf ("?? getopt returned character code 0%o ??\n", c);
/haiku/src/bin/pkgman/
H A DCommonOptions.cpp9 #include <getopt.h>
H A Dcommand_drop_repo.cpp7 #include <getopt.h>
H A Dcommand_uninstall.cpp10 #include <getopt.h>
H A Dcommand_update.cpp10 #include <getopt.h>
H A Dcommand_full_sync.cpp10 #include <getopt.h>
H A Dcommand_refresh.cpp7 #include <getopt.h>
H A Dcommand_info.cpp11 #include <getopt.h>
H A Dcommand_install.cpp10 #include <getopt.h>
H A Dcommand_add_repo.cpp7 #include <getopt.h>
/haiku/src/bin/package_repo/
H A Dpackage_repo.cpp10 #include <getopt.h>
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsystem_dependencies.h47 #include <getopt.h>
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp8 #include <getopt.h>
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp7 #include <getopt.h>
H A Dgroupdel.cpp6 #include <getopt.h>
H A Duserdel.cpp6 #include <getopt.h>
H A Dsu.cpp47 while ((c = getopt(argc, argv, "c:l")) != -1) {
/haiku/src/bin/package/
H A Dcommand_info.cpp7 #include <getopt.h>
H A Dpackage.cpp11 #include <getopt.h>
/haiku/src/bin/mkfs/
H A Dmain.cpp10 #include <getopt.h>
/haiku/src/bin/i2c/
H A Di2c.cpp9 #include <getopt.h>
/haiku/src/bin/
H A Dpidof.cpp38 while ((c = getopt(argc, argv, "hvs")) != -1) {
/haiku/src/bin/locale/
H A Dlocale.cpp16 #include <getopt.h>

Completed in 186 milliseconds

12345