Searched refs:where (Results 1 – 14 of 14) sorted by relevance
| /scripts/coccinelle/locks/ |
| A D | mini_lock.cocci | 3 /// where the unlock is missing from an if branch, and there is a lock 5 /// cases where the if branch represents a case where the function is 6 /// supposed to exit with the lock held, or where there is some preceding
|
| /scripts/coccinelle/misc/ |
| A D | cond_no_effect.cocci | 2 ///Find conditions where if and else branch are functionally 5 // There can be false positives in cases where the positional 6 // information is used (as with lockdep) or where the identity
|
| A D | array_size.cocci | 4 //# This makes an effort to find cases where ARRAY_SIZE can be used such as 5 //# where there is a division of sizeof the array by the sizeof its first
|
| A D | badty.cocci | 4 //# This makes an effort to find cases where the argument to sizeof is wrong
|
| /scripts/ |
| A D | cleanfile | 171 if ( !defined($where = tell(FILE)) || 172 !truncate(FILE, $where) ) {
|
| A D | cleanpatch | 252 if ( !defined($where = tell(FILE)) || 253 !truncate(FILE, $where) ) {
|
| A D | get_feat.pl | 198 $data{$name}->{where} = $file;
|
| A D | checkpatch.pl | 5042 my ($where, $prefix) = ($-[1], $1); 5044 ($where != 0 || $prefix !~ /^.\s+$/) &&
|
| /scripts/dtc/ |
| A D | fdtget.c | 37 static void report_error(const char *where, int err) in report_error() argument 39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
|
| /scripts/gcc-plugins/ |
| A D | Kconfig | 27 program state. This will help especially embedded systems where
|
| /scripts/atomic/ |
| A D | atomics.tbl | 14 # Where args contains list of type[:name], where type is:
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 3 /// NULL check. It only gives a report in the case where there is some
|
| /scripts/coccinelle/tests/ |
| A D | odd_ptr_err.cocci | 3 //# There can be false positives in the patch case, where it is the call to
|
| /scripts/package/ |
| A D | PKGBUILD | 43 # Kbuild works in the output directory, where this PKGBUILD is located.
|
Completed in 16 milliseconds