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

12

/freebsd-current/tools/build/cross-build/include/common/
H A Dgetopt.h38 #define getopt __freebsd_getopt macro
50 #undef getopt macro
51 #define getopt(argc, argv, optstr) __freebsd_getopt(argc, argv, optstr) macro
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp78 ATF_TEST_CASE_WITHOUT_HEAD(getopt); variable
/freebsd-current/contrib/atf/atf-c/
H A Dtp_test.c33 ATF_TC(getopt); variable
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetopt.c58 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_listen.py12 import getopt namespace
H A Dp2p_disconnect.py11 import getopt namespace
H A Dp2p_flush.py12 import getopt namespace
H A Dp2p_group_add.py9 import getopt namespace
H A Dp2p_invite.py9 import getopt namespace
H A Dp2p_find.py12 import getopt namespace
H A Dp2p_stop_find.py10 import getopt namespace
H A Dp2p_connect.py11 import getopt namespace
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c83 getopt(nargc, nargv, ostr) function
/freebsd-current/contrib/unifdef/FreeBSD/
H A Dgetopt.c48 getopt(int nargc, char *nargv[], const char *ostr) function
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.c83 getopt(nargc, nargv, ostr) function
/freebsd-current/lib/libc/stdlib/
H A Dgetopt.c57 getopt(int nargc, char * const nargv[], const char *ostr) function
/freebsd-current/stand/libsa/
H A Dgetopt.c48 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-current/contrib/libpcap/missing/
H A Dgetopt.c59 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-current/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) function
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java309 getopt() method in class:Getopt
[all...]
/freebsd-current/share/mk/
H A Dmeta2deps.py699 import getopt namespace
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.py699 import getopt namespace
/freebsd-current/contrib/tcsh/
H A Dgethost.c37 # define getopt __getopt macro
44 # undef getopt macro
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c481 getopt(int nargc, char * const *nargv, const char *options) function
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp412 int getopt(int nargc, char *const *nargv, const char *options) { function

Completed in 225 milliseconds

12