Searched defs:getopt_long (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/grep/lib/ |
H A D | getopt-pfx-ext.h | 44 # define getopt_long __GETOPT_ID (getopt_long) macro
|
H A D | getopt1.c | 28 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 D | getopt1.c | 69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | getopt1.c | 69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | getopt1.c | 68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | getopt1.c | 68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | getopt1.c | 69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | getopt1.c | 44 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function
|
H A D | getopt_.h | 52 # define getopt_long __GETOPT_ID (getopt_long) macro
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 601 getopt_long(int nargc, char * const *nargv, const char *options, function
|
/dflybsd-src/usr.bin/gzip/ |
H A D | gzip.c | 229 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro
|