/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | GetOptInc.cpp | 113 const struct option *long_options, int *idx, in parse_long_options() 224 const struct option *long_options, int *idx, in getopt_internal() 432 const struct option *long_options, int *idx) { in getopt_long() 444 const struct option *long_options, int *idx) { in getopt_long_only()
|
H A D | OptionParser.cpp | 56 std::string OptionParser::GetShortOptionString(struct option *long_options) { in GetShortOptionString()
|
/freebsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 185 const struct option *long_options, int *idx, int short_too, int flags) in parse_long_options() 350 const struct option *long_options, int *idx, int flags) 588 const struct option *long_options, int *idx) 601 const struct option *long_options, int *idx)
|
/freebsd-src/contrib/tcpdump/missing/ |
H A D | getopt_long.c | 210 const struct option *long_options, int *idx, int short_too, int flags) in parse_long_options() argument 377 getopt_internal(int nargc,char * const * nargv,const char * options,const struct option * long_options,int * idx,int flags) global() argument 618 getopt_long(int nargc,char * const * nargv,const char * options,const struct option * long_options,int * idx) global() argument 631 getopt_long_only(int nargc,char * const * nargv,const char * options,const struct option * long_options,int * idx) global() argument [all...] |
/freebsd-src/contrib/ofed/libibverbs/examples/ |
H A D | asyncwatch.c | 102 static struct option long_options[] = { in main() local
|
H A D | devinfo.c | 605 static struct option long_options[] = { in main() local
|
H A D | uc_pingpong.c | 562 static struct option long_options[] = { in main() local
|
H A D | ud_pingpong.c | 584 static struct option long_options[] = { in main() local
|
/freebsd-src/contrib/libfido2/openbsd-compat/ |
H A D | getopt_long.c | 168 const struct option *long_options, int *idx, int short_too) in parse_long_options() 286 const struct option *long_options, int *idx, int flags) in getopt_internal()
|
/freebsd-src/usr.bin/dc/ |
H A D | dc.c |
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | getopt_long.c | 191 const struct option *long_options, int *idx, int short_too) in parse_long_options() 309 const struct option *long_options, int *idx, int flags) in getopt_internal()
|
/freebsd-src/contrib/libevent/WIN32-Code/ |
H A D | getopt_long.c | 160 getopt_long(nargc, nargv, options, long_options, index) in getopt_long() argument
|
/freebsd-src/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | getopt_long.c | 160 getopt_long(nargc, nargv, options, long_options, index) in getopt_long() argument
|
/freebsd-src/usr.bin/iconv/ |
H A D | iconv.c | 50 static const struct option long_options[] = { variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 901 static std::string BuildShortOptions(const Option *long_options) { in BuildShortOptions() argument 931 Option *long_options = GetLongOptions(); in ParseAlias() local 1073 Option *long_options = GetLongOptions(); ParseForCompletion() local 1262 Option *long_options = GetLongOptions(); Parse() local [all...] |
/freebsd-src/contrib/file/src/ |
H A D | getopt_long.c | 356 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() argument
|
/freebsd-src/contrib/kyua/utils/cmdline/ |
H A D | parser.cpp | 64 utils::auto_array< ::option > long_options; member
|
/freebsd-src/usr.bin/du/ |
H A D | du.c | 77 static const struct option long_options[] = global() variable
|
/freebsd-src/tools/test/iconv/tablegen/ |
H A D | tablegen.c | 77 struct option long_options[] = variable
|
/freebsd-src/usr.bin/grep/ |
H A D | grep.c | 154 static const struct option long_options[] = variable
|
/freebsd-src/usr.bin/xargs/ |
H A D | xargs.c | 92 static const struct option long_options[] = variable
|
/freebsd-src/contrib/diff/src/ |
H A D | cmp.c | 94 static struct option const long_options[] = variable
|
/freebsd-src/bin/df/ |
H A D | df.c | 92 static const struct option long_options[] = variable
|
/freebsd-src/usr.bin/bc/ |
H A D | bc.y |
|
/freebsd-src/usr.bin/sort/ |
H A D | sort.c | 140 static struct option long_options[] = { variable
|