Home
last modified time | relevance | path

Searched refs:lopts (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/base/
Dgetopt_compat_unittest.cc225 LongOptionType lopts[]{ in TYPED_TEST() local
230 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), -1); in TYPED_TEST()
236 LongOptionType lopts[]{ in TYPED_TEST() local
241 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), '?'); in TYPED_TEST()
247 LongOptionType lopts[]{ in TYPED_TEST() local
254 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 2); in TYPED_TEST()
257 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 1); in TYPED_TEST()
260 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), -1); in TYPED_TEST()
266 LongOptionType lopts[]{ in TYPED_TEST() local
273 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 2); in TYPED_TEST()
[all …]
/external/toybox/toys/pending/
Dgetopt.c63 struct option *lopts = xzalloc(sizeof(struct option)*argc), *lopt = lopts; in getopt_main() local
88 lopts, &i)) != -1) { in getopt_main()
93 printf(" --%s", lopts[i].name); in getopt_main()
94 if (lopts[i].has_arg) out(optarg ? optarg : ""); in getopt_main()
/external/linux-kselftest/tools/testing/selftests/watchdog/
Dwatchdog-test.c23 static const struct option lopts[] = { variable
106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
/external/freetype/docs/
DINSTALL.VMS11 lopts=<value>
12 Options to pass to the link command e.g. lopts=/traceback
/external/python/cpython2/Modules/zlib/
Dmake_vms.com48 $ lopts = ""
318 $ lopts = lopts + "/deb"
333 $ lopts = lopts + f$extract(start,len,cparm)
436 $ write out "LOPTS=", lopts
/external/rust/crates/libz-sys/src/zlib/
Dmake_vms.com48 $ lopts = ""
318 $ lopts = lopts + "/deb"
333 $ lopts = lopts + f$extract(start,len,cparm)
436 $ write out "LOPTS=", lopts
/external/freetype/
Dvms_make.com51 $ lopts = ""
1029 $ lopts = lopts + "/deb"
1042 $ lopts = lopts + f$extract(start,len,cparm)