Home
last modified time | relevance | path

Searched refs:res (Results 1 – 5 of 5) sorted by relevance

/scripts/kconfig/
Dmconf.c350 struct gstr res = str_new(); in get_relations_str() local
354 get_symbol_str(&res, sym); in get_relations_str()
356 str_append(&res, _("No matches found.\n")); in get_relations_str()
357 return res; in get_relations_str()
385 struct gstr res; in search_conf() local
410 res = get_relations_str(sym_arr); in search_conf()
412 show_textbox(_("Search Results"), str_get(&res), 0, 0); in search_conf()
413 str_free(&res); in search_conf()
592 int res; in conf() local
610 res = dialog_menu(prompt ? _(prompt) : _("Main Menu"), in conf()
[all …]
Dconfdata.c562 int res, i, fd; in conf_split_config() local
572 res = 0; in conf_split_config()
637 res = 1; in conf_split_config()
648 res = 1; in conf_split_config()
656 res = 1; in conf_split_config()
666 return res; in conf_split_config()
Dqconf.cc1125 QString res = str; in print_filter() local
1126 for (int i = 0; (i = res.find(re, i)) >= 0;) { in print_filter()
1127 switch (res[i].latin1()) { in print_filter()
1129 res.replace(i, 1, "<"); in print_filter()
1133 res.replace(i, 1, ">"); in print_filter()
1137 res.replace(i, 1, "&"); in print_filter()
1141 res.replace(i, 1, """); in print_filter()
1145 res.replace(i, 1, "<br>"); in print_filter()
1150 return res; in print_filter()
Dexpr.c196 int res, old_count; in expr_eq() local
214 res = (e1->type == E_SYMBOL && e2->type == E_SYMBOL && in expr_eq()
219 return res; in expr_eq()
/scripts/
Dcheckpatch.pl282 my $res = '';
286 $res .= ' ';
289 $res .= ' ';
293 $res .= $c;
297 return $res;
300 (my $res = shift) =~ tr/\t/ /c;
301 return $res;
331 my $res = '';
339 $res = substr($line, 0, 1);
349 substr($res, $off, 2, "$;$;");
[all …]