Home
last modified time | relevance | path

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

/freebsd-13.1/tools/build/cross-build/include/common/
H A Dgetopt.h41 #define getopt_long __freebsd_getopt_long macro
/freebsd-13.1/contrib/file/src/
H A Dgetopt_long.c356 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp431 int getopt_long(int nargc, char *const *nargv, const char *options, in getopt_long() function
/freebsd-13.1/lib/libc/stdlib/
H A Dgetopt_long.c595 getopt_long(int nargc, char * const *nargv, const char *options, function
/freebsd-13.1/contrib/tcpdump/missing/
H A Dgetopt_long.c593 getopt_long(int nargc, char * const *nargv, const char *options, function
/freebsd-13.1/usr.bin/gzip/
H A Dgzip.c312 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro