Home
last modified time | relevance | path

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

/dflybsd-src/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
/dflybsd-src/stand/lib/
H A Dgetopt.c51 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() function
/dflybsd-src/contrib/grep/lib/
H A Dgetopt-pfx-core.h45 # define getopt __GETOPT_ID (getopt) macro
/dflybsd-src/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() function
/dflybsd-src/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
/dflybsd-src/contrib/tcsh-6/
H A Dgethost.c37 # define getopt __getopt macro
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dgetopt.c973 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dgetopt.c974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dgetopt.c973 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dcommon.c381 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/dflybsd-src/crypto/openssh/
H A Ddefines.h662 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro