/third_party/boost/libs/spirit/test/qi/ |
D | regression_adapt_adt.cpp | 44 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/ |
D | dashdash.js | 110 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/ |
D | parse_opts.c | 83 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()
|
D | tst_test.c | 465 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/ |
D | main.c | 71 static const char optstr[] = "D:M:"; in main() local 77 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libdrm/tests/vbltest/ |
D | vbltest.c | 48 static char optstr[] = "D:M:s"; variable 105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 277 static const char optstr[] = "D:M:"; in main() local 282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/weston/clients/ |
D | weston-debug.c | 341 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/ |
D | tst_test.h | 110 char *optstr; member
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 724 static const char optstr[] = "s:"; variable 743 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/node/deps/npm/node_modules/dashdash/ |
D | README.md | 495 parseArg: function (option, optstr, arg) { 509 function parseYesNo(option, optstr, arg) { 518 optstr, arg));
|
D | CHANGES.md | 239 parseArg: function (option, optstr, arg) {
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 2035 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:"; variable 2062 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 442 char *optstr; 449 array of 'struct tst_option'. The 'optstr' is the command line option i.e. "o"
|