Searched defs:getopt_long (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/tools/build/cross-build/include/common/ |
| H A D | getopt.h | 41 #define getopt_long __freebsd_getopt_long macro
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | getopt_long.c | 356 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | GetOptInc.cpp | 431 int getopt_long(int nargc, char *const *nargv, const char *options, in getopt_long() function
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | getopt_long.c | 595 getopt_long(int nargc, char * const *nargv, const char *options, function
|
| /freebsd-13.1/contrib/tcpdump/missing/ |
| H A D | getopt_long.c | 593 getopt_long(int nargc, char * const *nargv, const char *options, function
|
| /freebsd-13.1/usr.bin/gzip/ |
| H A D | gzip.c | 312 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro
|