Home
last modified time | relevance | path

Searched defs:getopt (Results 1 – 16 of 16) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dgetopt.c60 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() function
H A Dgetopt_long.c581 getopt(int nargc, char * const *nargv, const char *options) function
/dragonfly/stand/lib/
H A Dgetopt.c51 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() function
/dragonfly/contrib/diffutils/lib/
H A Dgetopt-pfx-core.h45 # define getopt __GETOPT_ID (getopt) macro
/dragonfly/contrib/grep/lib/
H A Dgetopt-pfx-core.h45 # define getopt __GETOPT_ID (getopt) macro
/dragonfly/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() function
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetopt_.h51 # define getopt __GETOPT_ID (getopt) macro
H A Dgetopt.c1166 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/tcsh-6/
H A Dgethost.c37 # define getopt __getopt macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dgetopt.c973 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dgetopt.c973 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.c381 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/dragonfly/crypto/openssh/
H A Ddefines.h662 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro