/aosp_15_r20/external/dtc/ |
H A D | util.c | 428 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 D | dav1d_cli_parse.c | 68 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 D | htb.c | 37 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 D | hfsc.c | 37 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 D | blackhole.c | 28 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 D | ingress.c | 28 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 D | pfifo.c | 35 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 D | bfifo.c | 36 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 74 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 74 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/ |
D | fancy_getopt.py | 74 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 76 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/ |
D | fancy_getopt.py | 71 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/ |
D | fancy_getopt.py | 74 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 D | fancy_getopt.py | 71 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 D | DumpConfig.cpp | 25 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 D | cgroup.c | 33 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 D | nl-neightbl-list.c | 43 static struct option long_opts[] = { in main() local 50 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
|
H A D | nl-nh-list.c | 47 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 D | genl-ctrl-list.c | 46 static struct option long_opts[] = { in main() local 54 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx); in main()
|