Home
last modified time | relevance | path

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

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