Home
last modified time | relevance | path

Searched defs:longopts (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/
Dgetopt.py51 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/
Dgetopt.py56 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/
Dargs.c114 struct longopts { struct
115 struct longopts *next; argument
127 struct longopts *longopts; argument
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.c157 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/
Dgetopt.c50 static const _PyOS_LongOption longopts[] = { variable
/external/harfbuzz_ng/util/
Dhb-fc-list.c55 const struct option longopts[] = { variable
/external/fsverity-utils/
Dcmd_enable.c87 static const struct option longopts[] = { variable
Dcmd_sign.c518 static const struct option longopts[] = { variable
/external/libkmsxx/kms++util/src/
Dopts.cpp54 vector<struct option> longopts; in parse() local
/external/igt-gpu-tools/assembler/
Ddisasm-main.c33 static const struct option longopts[] = { variable
Dmain.c81 static const struct option longopts[] = { variable
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_many.c285 struct option longopts[] = { in main() local
/external/iptables/iptables/
Dxtables-save.c135 const char *optstring, const struct option *longopts) in xtables_save_main()
/external/igt-gpu-tools/tools/
Ddpcd_reg.c118 struct option longopts[] = { in parse_opts() local
/external/mesa3d/src/freedreno/computerator/
Dmain.c101 static const struct option longopts[] = { variable
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c269 static const struct option longopts[] = { variable
/external/libusb/examples/getopt/
Dgetopt.c511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
/external/iproute2/misc/
Dnstat.c543 static const struct option longopts[] = { variable
Difstat.c801 static const struct option longopts[] = { variable
/external/ltp/testcases/realtime/lib/
Dlibrttest.c104 int rt_init_long(const char *options, const struct option *longopts, in rt_init_long()
/external/tcpdump/
Dtcpdump.c543 static const struct option longopts[] = { variable
/external/iperf3/src/
Diperf_api.c773 static struct option longopts[] = in iperf_parse_arguments() local