Home
last modified time | relevance | path

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

/scripts/coccinelle/api/
Dkfree_sensitive.cocci27 @cond@
37 position m != cond.ok;
53 position m != cond.ok;
71 position m != cond.ok;
/scripts/coccinelle/misc/
Dcond_no_effect.cocci48 @cond@
56 p << cond.p;
62 p << cond.p;
/scripts/
Dsign-file.c114 #define ERR(cond, fmt, ...) \ argument
116 bool __cond = (cond); \
DKbuild.include201 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE)
204 if_changed = $(if $(if-changed-cond),$(cmd_and_savecmd),@:)
211 if_changed_dep = $(if $(if-changed-cond),$(cmd_and_fixdep),@:)
221 if_changed_rule = $(if $(if-changed-cond),$(rule_$(1)),@:)
Dcheckpatch.pl4207 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
4212 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4215 $cond =~ s/\n./\n /g;
4358 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4361 my ($s, $c) = ($stat, $cond);
5659 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
5680 defined($stat) && defined($cond) &&
5682 my ($s, $c) = ($stat, $cond);
6127 my ($cond, $block) = @{$chunk};
6130 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);
[all …]
Dasn1_compiler.c1442 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/
Dfile2alias.c89 #define ADD(str, sep, cond, field) \ argument
92 if (cond) \