Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcclibs/libiberty/
HDgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
/freebsd-11-stable/contrib/file/src/
HDgetopt_long.c356 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDGetOptInc.cpp431 int getopt_long(int nargc, char *const *nargv, const char *options, in getopt_long() function
/freebsd-11-stable/lib/libc/stdlib/
HDgetopt_long.c593 getopt_long(int nargc, char * const *nargv, const char *options, function
/freebsd-11-stable/contrib/tcpdump/missing/
HDgetopt_long.c593 getopt_long(int nargc, char * const *nargv, const char *options, function
/freebsd-11-stable/usr.bin/gzip/
HDgzip.c312 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro