/external/bc/src/ |
D | opt.c | 50 static inline bool bc_opt_longoptsEnd(const BcOptLong *longopts, size_t i) { in bc_opt_longoptsEnd() 54 static const char* bc_opt_longopt(const BcOptLong *longopts, int c) { in bc_opt_longopt() 70 static int bc_opt_type(const BcOptLong *longopts, char c) { in bc_opt_type() 83 static int bc_opt_parseShort(BcOpt *o, const BcOptLong *longopts) { in bc_opt_parseShort() 174 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts) { in bc_opt_parse()
|
/external/python/cpython2/Lib/ |
D | getopt.py | 51 def getopt(args, shortopts, longopts = []): argument 94 def gnu_getopt(args, shortopts, longopts = []): argument 144 def do_longs(opts, opt, longopts, args): argument 166 def long_has_args(opt, longopts): argument
|
/external/python/cpython3/Lib/ |
D | getopt.py | 56 def getopt(args, shortopts, longopts = []): argument 99 def gnu_getopt(args, shortopts, longopts = []): argument 149 def do_longs(opts, opt, longopts, args): argument 171 def long_has_args(opt, longopts): argument
|
/external/toybox/lib/ |
D | args.c | 115 struct longopts { struct 116 struct longopts *next; argument 128 struct longopts *longopts; member
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.c | 158 const struct option *const longopts, in getopt_1long() 246 const struct option *longopts, in getopt_long() 284 const struct option *longopts, in getopt_long_only()
|
/external/tinyalsa_new/utils/ |
D | optparse.h | 278 optparse_longopts_end(const struct optparse_long *longopts, int i) in optparse_longopts_end() 284 optparse_from_long(const struct optparse_long *longopts, char *optstring) in optparse_from_long() 325 const struct optparse_long *longopts, in optparse_long_fallback() 347 const struct optparse_long *longopts, in optparse_long()
|
/external/perfetto/src/base/ |
D | getopt_compat.cc | 57 const option* longopts, in ParseOpts() 96 const option* longopts, in getopt_long()
|
/external/fsverity-utils/programs/ |
D | cmd_digest.c | 17 static const struct option longopts[] = { variable
|
D | cmd_enable.c | 51 static const struct option longopts[] = { variable
|
D | cmd_sign.c | 29 static const struct option longopts[] = { variable
|
/external/python/cpython3/Python/ |
D | getopt.c | 46 static const _PyOS_LongOption longopts[] = { variable
|
/external/llvm-project/lldb/source/Host/common/ |
D | OptionParser.cpp | 32 llvm::StringRef optstring, const Option *longopts, in Parse()
|
/external/harfbuzz_ng/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable
|
/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 55 vector<struct option> longopts; in parse() local
|
/external/igt-gpu-tools/assembler/ |
D | disasm-main.c | 33 static const struct option longopts[] = { variable
|
D | main.c | 81 static const struct option longopts[] = { variable
|
/external/marisa-trie/tools/ |
D | cmdopt.h | 34 const cmdopt_option *longopts; member
|
D | cmdopt.cc | 243 const char *optstring, const cmdopt_option *longopts) { in cmdopt_init()
|
/external/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_many.c | 285 struct option longopts[] = { in main() local
|
/external/iptables/iptables/ |
D | xtables-save.c | 128 const char *optstring, const struct option *longopts) in xtables_save_main()
|
/external/igt-gpu-tools/tools/ |
D | dpcd_reg.c | 118 struct option longopts[] = { in parse_opts() local
|
/external/mesa3d/src/freedreno/computerator/ |
D | main.c | 101 static const struct option longopts[] = { variable
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 269 static const struct option longopts[] = { variable
|
/external/libusb/msvc/getopt/ |
D | getopt.c | 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
|
/external/flac/src/share/getopt/ |
D | getopt.c | 524 share___getopt_internal (argc, argv, optstring, longopts, longind, long_only) in share___getopt_internal() argument
|