Home
last modified time | relevance | path

Searched refs:optstr (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/spirit/test/qi/
Dregression_adapt_adt.cpp44 boost::optional<std::string> optstr; member
50 boost::optional<std::string>& getoptstring() { return optstr; } in getoptstring()
51 boost::optional<std::string> const& getoptstring() const { return optstr; } in getoptstring()
52 void setoptstring(boost::optional<std::string> const& val) { optstr = val; } in setoptstring()
85 data.optstr && data.optstr.get() == "OptionalHello"); in main()
92 data.str == "Hello" && !data.optstr); in main()
/third_party/node/deps/npm/node_modules/dashdash/lib/
Ddashdash.js110 function parseBool(option, optstr, arg) { argument
114 function parseString(option, optstr, arg) { argument
119 function parseNumber(option, optstr, arg) { argument
124 optstr, arg));
129 function parseInteger(option, optstr, arg) { argument
134 optstr, arg));
139 function parsePositiveInteger(option, optstr, arg) { argument
144 optstr, arg));
159 function parseDate(option, optstr, arg) { argument
171 optstr, arg));
[all …]
/third_party/ltp/lib/
Dparse_opts.c83 char *optstr; member
130 for (i = 0; std_options[i].optstr; ++i) { in print_help()
165 for (i = 0; std_options[i].optstr; ++i) in parse_opts()
166 optstrlen += strlen(std_options[i].optstr); in parse_opts()
184 for (i = 0; std_options[i].optstr; ++i) in parse_opts()
185 strcat(optionstr, std_options[i].optstr); in parse_opts()
Dtst_test.c465 char *optstr; member
502 for (i = 0; tst_test->options[i].optstr; i++) { in print_help()
504 tst_test->options[i].optstr[0], in print_help()
544 for (i = 0; toptions[i].optstr; i++) { in check_option_collision()
546 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision()
561 for (i = 0; tst_test->options[i].optstr; i++); in count_options()
572 if (toptions[i].optstr[0] == opt) in parse_topt()
593 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local
598 optstr[0] = 0; in parse_opts()
601 strcat(optstr, options[i].optstr); in parse_opts()
[all …]
/third_party/libdrm/tests/kmstest/
Dmain.c71 static const char optstr[] = "D:M:"; in main() local
77 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/libdrm/tests/vbltest/
Dvbltest.c48 static char optstr[] = "D:M:s"; variable
105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/libdrm/tests/proptest/
Dproptest.c277 static const char optstr[] = "D:M:"; in main() local
282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/weston/clients/
Dweston-debug.c341 static const char optstr[] = "hlao:f:"; in parse_cmdline() local
346 c = getopt_long(argc, argv, optstr, opts, NULL); in parse_cmdline()
/third_party/ltp/include/
Dtst_test.h110 char *optstr; member
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_test.c724 static const char optstr[] = "s:"; variable
743 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/node/deps/npm/node_modules/dashdash/
DREADME.md495 parseArg: function (option, optstr, arg) {
509 function parseYesNo(option, optstr, arg) {
518 optstr, arg));
DCHANGES.md239 parseArg: function (option, optstr, arg) {
/third_party/libdrm/tests/modetest/
Dmodetest.c2035 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:"; variable
2062 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/ltp/doc/
Dc-test-api.txt442 char *optstr;
449 array of 'struct tst_option'. The 'optstr' is the command line option i.e. "o"