Searched refs:getopt (Results 1 - 25 of 112) sorted by last modified time

12345

/haiku/src/bin/network/ping/
H A Dmain.c115 while ((opt = getopt(argc, argv, ":" OPTSTR)) != -1) {
H A Dping6.c334 while ((ch = getopt(argc, argv, PING6OPTS)) != -1) {
H A Dping.c284 while ((ch = getopt(argc, argv, PING4OPTS)) != -1) {
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c591 while ((op = getopt(argc, argv, "aA:edDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp11 #include <getopt.h>
H A Dcommand_info.cpp11 #include <getopt.h>
H A Dcommand_full_sync.cpp10 #include <getopt.h>
/haiku/src/apps/debugger/
H A DDebugger.cpp8 #include <getopt.h>
/haiku/src/bin/filteredquery/
H A Dquery.cpp140 while ((opt = getopt(argc, (char **)argv, "easv:p:")) != -1) {
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp3 #include <getopt.h>
/haiku/src/bin/
H A Dbadblocks.cpp109 while ((ch = getopt(argc, argv, "b:c:hsv?")) != -1) {
H A Dfstrim.cpp10 #include <getopt.h>
H A Dpidof.cpp38 while ((c = getopt(argc, argv, "hvs")) != -1) {
H A Dramdisk.cpp10 #include <getopt.h>
H A Did.c25 #include <getopt.h>
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1818 void getopt() {} function
H A Dlibroot_stubs.c1861 void getopt() {} function
/haiku/src/bin/package/
H A Dpackage.cpp11 #include <getopt.h>
H A Dcommand_create.cpp10 #include <getopt.h>
H A Dcommand_recompress.cpp9 #include <getopt.h>
/haiku/headers/posix/
H A Dunistd.h481 extern int getopt(int argc, char *const *argv, const char *shortOpts);
484 /* getopt() related external variables */
/haiku/src/bin/acpi_call/
H A Dacpi_call.cpp130 while ((c = getopt(argc, argv, "hvd:p:i:s:b:o:")) != -1)
/haiku/src/bin/i2c/
H A Di2c.cpp9 #include <getopt.h>
/haiku/src/bin/network/ftpd/
H A Dftpd.c305 while ((ch = getopt(argc, argv,
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp11 #include <getopt.h>

Completed in 354 milliseconds

12345