Searched refs:cond (Results 1 – 6 of 6) sorted by relevance
/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 48 @cond@ 56 p << cond.p; 62 p << cond.p;
|
/scripts/ |
D | extract-cert.c | 62 #define ERR(cond, fmt, ...) \ argument 64 bool __cond = (cond); \
|
D | sign-file.c | 105 #define ERR(cond, fmt, ...) \ argument 107 bool __cond = (cond); \
|
D | checkpatch.pl | 3484 my ($stat, $cond, $line_nr_next, $remain_next, $off_next, 3489 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 3492 $cond =~ s/\n./\n /g; 3635 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 3638 my ($s, $c) = ($stat, $cond); 4883 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 4904 defined($stat) && defined($cond) && 4906 my ($s, $c) = ($stat, $cond); 5305 my ($cond, $block) = @{$chunk}; 5308 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) \
|