Searched refs:cond (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | ssl-common.h | 25 #define ERR(cond, fmt, ...) \ argument 27 bool __cond = (cond); \
|
A D | Kbuild.include | 194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE) 197 if_changed = $(if $(if-changed-cond),$(cmd_and_savecmd),@:) 204 if_changed_dep = $(if $(if-changed-cond),$(cmd_and_fixdep),@:) 214 if_changed_rule = $(if $(if-changed-cond),$(rule_$(1)),@:)
|
A D | checkpatch.pl | 4229 $cond =~ s/\n./\n /g; 4375 my ($s, $c) = ($stat, $cond); 5696 my ($s, $c) = ($stat, $cond); 6152 my ($cond, $block) = @{$chunk}; 6172 if (statement_lines($cond) > 1) { 6216 my ($cond, $block) = @{$chunks[0]}; 6218 if (defined $cond) { 6221 if (statement_lines($cond) > 1) { 6236 if (defined $cond) { 7149 if (defined $cond) { [all …]
|
A 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/coccinelle/api/ |
A D | kfree_sensitive.cocci | 27 @cond@ 37 position m != cond.ok; 53 position m != cond.ok; 71 position m != cond.ok;
|
/scripts/coccinelle/misc/ |
A D | cond_no_effect.cocci | 48 @cond@ 56 p << cond.p; 62 p << cond.p;
|
/scripts/mod/ |
A D | file2alias.c | 145 #define ADD(str, sep, cond, field) \ argument 148 if (cond) \
|
Completed in 18 milliseconds