Searched refs:cond (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
D | extract-cert.c | 62 #define ERR(cond, fmt, ...) \ argument 64 bool __cond = (cond); \
|
D | checkpatch.pl | 2957 my ($stat, $cond, $line_nr_next, $remain_next, $off_next, 2962 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 2965 $cond =~ s/\n./\n /g; 3108 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 3111 my ($s, $c) = ($stat, $cond); 4288 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 4309 defined($stat) && defined($cond) && 4311 my ($s, $c) = ($stat, $cond); 4687 my ($cond, $block) = @{$chunk}; 4690 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s); [all …]
|
D | sign-file.c | 99 #define ERR(cond, fmt, ...) \ argument 101 bool __cond = (cond); \
|
D | asn1_compiler.c | 1446 const char *cond, *act; in render_element() local 1462 cond = (e->flags & ELEMENT_CONDITIONAL || in render_element() 1468 cond, act, skippable ? "_OR_SKIP" : ""); in render_element() 1483 cond, in render_element() 1496 cond, act, in render_element()
|
/scripts/mod/ |
D | file2alias.c | 65 #define ADD(str, sep, cond, field) \ argument 68 if (cond) \
|