Searched defs:getopt (Results 1 - 5 of 5) sorted by relevance

/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/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java36 * A Java port of Solaris {@code lib/libc/port/gen/getopt.c}, which is a
37 * port of System V UNIX getopt. See <b>getopt(3C)</b> and SUS/XPG
38 * getopt() for function definition and requirements. Unlike that
56 * getopt() while extracting aggregated short-options (ie: -abcd).
237 * getopt() accepts it and treats it as a required argument.
297 * options. If getopt() encounters a short-option character or a
303 * in which case getopt() returns the colon (:) character.
309 getopt() method in class:Getopt
320 * If, when getopt() i
[all...]
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_misc.py48 import traceback, getopt, sys namespace
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c103 getopt(int argc, char **argv, char *args) function
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c90 int (*getopt)(struct xfer *, const char *); member in struct:tftp_option
703 return (*o->getopt)(xfer, val);

Completed in 61 milliseconds