Searched refs:all_options (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 115 char *all_options; in rt_init_long() local 117 if (asprintf(&all_options, ":b:mp:v:sc:%s", options) == -1) { in rt_init_long() 124 for (i = 0; i < strlen(all_options); i++) { in rt_init_long() 125 char opt = all_options[i]; in rt_init_long() 131 if (strchr(&all_options[i + 1], opt)) { in rt_init_long() 148 if (!strchr(all_options, cur_opt->val)) { in rt_init_long() 151 cur_opt->name, cur_opt->val, all_options); in rt_init_long() 168 while ((c = getopt_long(argc, argv, all_options, longopts, NULL)) != -1) { in rt_init_long()
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 93 pcre_options = options_.all_options(); in Compile() 339 int options = (options_.all_options() & PCRE2_NO_UTF_CHECK); in TryMatch()
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 472 int all_options() const { in all_options() function
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2009 vector<string> all_options; in FormatBracketedOptions() local 2010 if (RetrieveOptions(depth, options, &all_options)) { in FormatBracketedOptions() 2011 output->append(Join(all_options, ", ")); in FormatBracketedOptions() 2013 return !all_options.empty(); in FormatBracketedOptions() 2019 vector<string> all_options; in FormatLineOptions() local 2020 if (RetrieveOptions(depth, options, &all_options)) { in FormatLineOptions() 2021 for (int i = 0; i < all_options.size(); i++) { in FormatLineOptions() 2023 prefix, all_options[i]); in FormatLineOptions() 2026 return !all_options.empty(); in FormatLineOptions()
|