Home
last modified time | relevance | path

Searched refs:long_opts (Results 1 – 25 of 117) sorted by relevance

12345

/aosp_15_r20/external/dtc/
H A Dutil.c428 struct option const long_opts[], in util_usage() argument
444 for (i = 0; long_opts[i].name; ++i) { in util_usage()
446 int l = strlen(long_opts[i].name) + 1; in util_usage()
447 if (long_opts[i].has_arg == a_argument) in util_usage()
453 for (i = 0; long_opts[i].name; ++i) { in util_usage()
458 if (long_opts[i].val > '~') in util_usage()
461 fprintf(fp, " -%c, ", long_opts[i].val); in util_usage()
464 if (long_opts[i].has_arg == no_argument) in util_usage()
465 fprintf(fp, "--%-*s", optlen, long_opts[i].name); in util_usage()
467 fprintf(fp, "--%s %s%*s", long_opts[i].name, a_arg, in util_usage()
[all …]
/aosp_15_r20/external/libdav1d/tools/
H A Ddav1d_cli_parse.c68 static const struct option long_opts[] = { variable
166 for (n = 0; long_opts[n].name; n++) in error()
167 if (long_opts[n].val == option) in error()
169 assert(long_opts[n].name); in error()
170 if (long_opts[n].val < 256) { in error()
171 sprintf(optname, "-%c/--%s", long_opts[n].val, long_opts[n].name); in error()
173 sprintf(optname, "--%s", long_opts[n].name); in error()
332 while ((o = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) { in parse()
/aosp_15_r20/external/libnl/lib/cli/qdisc/
H A Dhtb.c37 static struct option long_opts[] = { in htb_parse_qdisc_argv() local
44 c = getopt_long(argc, argv, "hv", long_opts, &optidx); in htb_parse_qdisc_argv()
98 static struct option long_opts[] = { in htb_parse_class_argv() local
109 c = getopt_long(argc, argv, "h", long_opts, &optidx); in htb_parse_class_argv()
H A Dhfsc.c37 static struct option long_opts[] = { in hfsc_parse_qdisc_argv() local
43 c = getopt_long(argc, argv, "hv", long_opts, &optidx); in hfsc_parse_qdisc_argv()
155 static struct option long_opts[] = { in hfsc_parse_class_argv() local
165 c = getopt_long(argc, argv, "h", long_opts, &optidx); in hfsc_parse_class_argv()
H A Dblackhole.c28 static struct option long_opts[] = { in blackhole_parse_argv() local
33 c = getopt_long(argc, argv, "h", long_opts, &optidx); in blackhole_parse_argv()
H A Dingress.c28 static struct option long_opts[] = { in ingress_parse_argv() local
33 c = getopt_long(argc, argv, "h", long_opts, &optidx); in ingress_parse_argv()
H A Dpfifo.c35 static struct option long_opts[] = { in pfifo_parse_argv() local
41 c = getopt_long(argc, argv, "h", long_opts, &optidx); in pfifo_parse_argv()
H A Dbfifo.c36 static struct option long_opts[] = { in bfifo_parse_argv() local
42 c = getopt_long(argc, argv, "h", long_opts, &optidx); in bfifo_parse_argv()
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py74 self.long_opts = []
146 self.long_opts = []
176 self.long_opts.append(long)
194 self.long_opts[-1] = long # XXX redundant?!
246 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py74 self.long_opts = []
146 self.long_opts = []
176 self.long_opts.append(long)
194 self.long_opts[-1] = long # XXX redundant?!
246 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py74 self.long_opts = []
146 self.long_opts = []
176 self.long_opts.append(long)
194 self.long_opts[-1] = long # XXX redundant?!
246 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py76 self.long_opts = []
151 self.long_opts = []
180 self.long_opts.append(long)
198 self.long_opts[-1] = long # XXX redundant?!
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py74 self.long_opts = []
146 self.long_opts = []
176 self.long_opts.append(long)
194 self.long_opts[-1] = long # XXX redundant?!
246 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dfancy_getopt.py71 self.long_opts = []
138 self.long_opts = []
165 self.long_opts.append(long)
182 self.long_opts[-1] = long # XXX redundant?!
233 opts, args = getopt.getopt(args, short_opts, self.long_opts)
/aosp_15_r20/frameworks/av/media/libeffects/factory/test/
H A DDumpConfig.cpp25 const option long_opts[] = {{"legacy", no_argument, nullptr, 'l'}, in main() local
29 const auto opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main()
/aosp_15_r20/external/libnl/lib/cli/cls/
H A Dcgroup.c33 static struct option long_opts[] = { in parse_argv() local
39 c = getopt_long(argc, argv, "he:", long_opts, &optidx); in parse_argv()
/aosp_15_r20/external/libnl/src/
H A Dnl-neightbl-list.c43 static struct option long_opts[] = { in main() local
50 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
H A Dnl-nh-list.c47 static struct option long_opts[] = { { "details", 0, 0, in main() local
54 c = getopt_long(argc, argv, "hvn:i:", long_opts, &optidx); in main()
H A Dgenl-ctrl-list.c46 static struct option long_opts[] = { in main() local
54 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx); in main()

12345