Searched refs:attr (Results 1 – 6 of 6) sorted by relevance
/scripts/coccinelle/api/ |
D | device_attr_show.cocci | 20 identifier show, dev, attr, buf; 24 ssize_t show(struct device *dev, struct device_attribute *attr, char *buf) 32 identifier show, dev, attr, buf; 35 ssize_t show(struct device *dev, struct device_attribute *attr, char *buf)
|
/scripts/kconfig/tests/ |
D | conftest.py | 230 def _contains(self, attr, expected): argument 232 lambda s, e: getattr(s, attr).find(e) >= 0, 235 def _matches(self, attr, expected): argument 236 return self._read_and_compare(lambda s, e: getattr(s, attr) == e,
|
/scripts/kconfig/ |
D | nconf.gui.c | 71 #define mkattr(name, attr) do { \ in normal_color_theme() argument 72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() argument
|
/scripts/ |
D | checkpatch.pl | 6511 my $attr = $1; 6512 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden… 6515 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ && 6517 "$attr should be placed after $var\n" . $herecurr)) || 6518 ($ptr !~ /\b(union|struct)\s+$attr\b/ && 6520 "$attr should be placed after $var\n" . $herecurr))) && 6522 …attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin… 6529 my $attr = $1; 6530 $attr =~ /($InitAttributePrefix)(.*)/; 6543 my $attr = $1; [all …]
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 202 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument 233 wattrset(win, attr); in attr_clear()
|