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

1234567

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dautoboot_cmd.c20 #include <getopt.h>
H A Droute_cmd.c22 #include <getopt.h>
H A Dconfig_cmd.c22 #include <getopt.h>
H A Dgdbstub_cmd.c24 #include <getopt.h>
H A Ddhcp_cmd.c29 #include <getopt.h>
H A Dlotest_cmd.c24 #include <getopt.h>
H A Dvlan_cmd.c24 #include <getopt.h>
H A Ddigest_cmd.c24 #include <getopt.h>
H A Difmgmt_cmd.c23 #include <getopt.h>
H A Dimage_trust_cmd.c23 #include <getopt.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dgetopt.h70 static inline int getopt ( int argc, char * const argv[], function
79 * Reset getopt() internal state
81 * Due to a limitation of the POSIX getopt() API, it is necessary to
82 * add a call to reset_getopt() before each set of calls to getopt()
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_pcos.h62 extern int getopt(int argc, char **argv, char *spec);
H A Dsunos4.h73 /* getopt */
76 extern int getopt(int argc, char **argv, char *spec);
/vbox/src/VBox/Runtime/tools/
H A DRTLdrFlt.cpp36 #include <iprt/getopt.h>
H A DRTShutdown.cpp34 #include <iprt/getopt.h>
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcInternal.h33 #include <iprt/getopt.h>
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupLoadModule.cpp34 #include <iprt/getopt.h>
H A DSUPLoggerCtl.cpp33 #include <iprt/getopt.h>
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dshell.c25 #include <getopt.h>
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_mount.c96 while ((c = getopt(argc, argv, "o:rmoQ")) != EOF)
/vbox/include/iprt/
H A Druntime.h48 #include <iprt/getopt.h>
/vbox/src/VBox/VMM/testcase/
H A DtstSSM-2.cpp25 #include <iprt/getopt.h>
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h30 #include <iprt/getopt.h>
/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.cpp31 #include <iprt/getopt.h>
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c24 #include <getopt.h>
43 * This is an index into the argv[] array. When getopt() returns -1,
98 * @ret option Option to return from getopt()
162 * @ret option Option to return from getopt()

Completed in 379 milliseconds

1234567