/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 | 114 struct longopts { struct 115 struct longopts *next; argument 127 struct longopts *longopts; argument
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.c | 157 const struct option *const longopts, in getopt_1long() 215 const struct option *longopts, in getopt_long() 253 const struct option *longopts, in getopt_long_only()
|
/external/python/cpython3/Python/ |
D | getopt.c | 50 static const _PyOS_LongOption longopts[] = { variable
|
/external/harfbuzz_ng/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable
|
/external/fsverity-utils/ |
D | cmd_enable.c | 87 static const struct option longopts[] = { variable
|
D | cmd_sign.c | 518 static const struct option longopts[] = { variable
|
/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 54 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/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_many.c | 285 struct option longopts[] = { in main() local
|
/external/iptables/iptables/ |
D | xtables-save.c | 135 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/examples/getopt/ |
D | getopt.c | 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
|
/external/iproute2/misc/ |
D | nstat.c | 543 static const struct option longopts[] = { variable
|
D | ifstat.c | 801 static const struct option longopts[] = { variable
|
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 104 int rt_init_long(const char *options, const struct option *longopts, in rt_init_long()
|
/external/tcpdump/ |
D | tcpdump.c | 543 static const struct option longopts[] = { variable
|
/external/iperf3/src/ |
D | iperf_api.c | 773 static struct option longopts[] = in iperf_parse_arguments() local
|