Home
last modified time | relevance | path

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

/scripts/
Dextract-cert.c62 #define ERR(cond, fmt, ...) \ argument
64 bool __cond = (cond); \
Dcheckpatch.pl2957 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 …]
Dsign-file.c99 #define ERR(cond, fmt, ...) \ argument
101 bool __cond = (cond); \
Dasn1_compiler.c1446 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/
Dfile2alias.c65 #define ADD(str, sep, cond, field) \ argument
68 if (cond) \