Home
last modified time | relevance | path

Searched defs:getopt_long (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dgetopt-pfx-ext.h44 # define getopt_long __GETOPT_ID (getopt_long) macro
H A Dgetopt1.c28 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dgetopt1.c68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dgetopt1.c68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dgetopt1.c44 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function
H A Dgetopt_.h52 # define getopt_long __GETOPT_ID (getopt_long) macro
/dflybsd-src/lib/libc/stdlib/
H A Dgetopt_long.c601 getopt_long(int nargc, char * const *nargv, const char *options, function
/dflybsd-src/usr.bin/gzip/
H A Dgzip.c229 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro