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

12345

/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp14 #include <getopt.h>
/haiku/src/bin/package/
H A Dcommand_extract.cpp10 #include <getopt.h>
/haiku/src/apps/debugger/
H A DDebugger.cpp8 #include <getopt.h>
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c1026 while ((optch = getopt(argc, argv, "fvi:")) != -1) {
/haiku/src/bin/debug/profile/
H A Dprofile.cpp10 #include <getopt.h>
/haiku/src/bin/network/ping/
H A Dping.c284 while ((ch = getopt(argc, argv, PING4OPTS)) != -1) {
H A Dping6.c334 while ((ch = getopt(argc, argv, PING6OPTS)) != -1) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1861 void getopt() {} function
H A Dlibroot_stubs_legacy.c1818 void getopt() {} function
/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/network/ftpd/
H A Dftpd.c305 while ((ch = getopt(argc, argv,
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c77 #include <getopt.h>

Completed in 128 milliseconds

12345