Searched refs:where (Results 1 – 15 of 15) sorted by relevance
/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 2 /// where the unlock is missing from an if branch, and there is a lock 4 /// cases where the if branch represents a case where the function is 5 /// supposed to exit with the lock held, or where there is some preceding
|
/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 1 ///Find conditions where if and else branch are functionally 4 // There can be false positives in cases where the positional 5 // information is used (as with lockdep) or where the identity
|
D | array_size.cocci | 3 //# This makes an effort to find cases where ARRAY_SIZE can be used such as 4 //# where there is a division of sizeof the array by the sizeof its first
|
D | bugon.cocci | 3 //# This makes an effort to find cases where BUG() follows an if
|
D | badty.cocci | 3 //# This makes an effort to find cases where the argument to sizeof is wrong
|
/scripts/ |
D | cleanfile | 171 if ( !defined($where = tell(FILE)) || 172 !truncate(FILE, $where) ) {
|
D | cleanpatch | 252 if ( !defined($where = tell(FILE)) || 253 !truncate(FILE, $where) ) {
|
D | Kbuild.include | 75 # Return first prefix where a prefix$(CC) is found in PATH. 427 # enough. It'll strip the quotes in the common case where there's no
|
D | checkpatch.pl | 4015 my ($where, $prefix) = ($-[1], $1); 4017 ($where != 0 || $prefix !~ /^.\s+$/) &&
|
/scripts/dtc/ |
D | fdtget.c | 51 static void report_error(const char *where, int err) in report_error() argument 53 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
|
D | dtc-parser.tab.c_shipped | 498 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ 1248 /* The locations where the error started and ended. */
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 2 /// NULL check. It only gives a report in the case where there is some
|
/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 2 //# There can be false positives in the patch case, where it is the call to
|
/scripts/genksyms/ |
D | parse.tab.c_shipped | 559 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ 901 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
|
/scripts/kconfig/ |
D | zconf.tab.c_shipped | 513 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
|