Searched refs:cond (Results 1 – 7 of 7) sorted by relevance
/scripts/coccinelle/api/ |
D | kfree_sensitive.cocci | 27 @cond@ 37 position m != cond.ok; 53 position m != cond.ok; 71 position m != cond.ok;
|
/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 48 @cond@ 56 p << cond.p; 62 p << cond.p;
|
/scripts/ |
D | extract-cert.c | 71 #define ERR(cond, fmt, ...) \ argument 73 bool __cond = (cond); \
|
D | sign-file.c | 112 #define ERR(cond, fmt, ...) \ argument 114 bool __cond = (cond); \
|
D | checkpatch.pl | 4206 my ($stat, $cond, $line_nr_next, $remain_next, $off_next, 4211 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 4214 $cond =~ s/\n./\n /g; 4357 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 4360 my ($s, $c) = ($stat, $cond); 5658 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 5679 defined($stat) && defined($cond) && 5681 my ($s, $c) = ($stat, $cond); 6126 my ($cond, $block) = @{$chunk}; 6129 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s); [all …]
|
D | asn1_compiler.c | 1442 const char *cond, *act; in render_element() local 1458 cond = (e->flags & ELEMENT_CONDITIONAL || in render_element() 1464 cond, act, skippable ? "_OR_SKIP" : ""); in render_element() 1479 cond, in render_element() 1492 cond, act, in render_element()
|
/scripts/mod/ |
D | file2alias.c | 85 #define ADD(str, sep, cond, field) \ argument 88 if (cond) \
|