Searched refs:use (Results 1 – 23 of 23) sorted by relevance
/scripts/coccinelle/api/ |
D | device_attr_show.cocci | 4 /// show() must not use snprintf() when formatting the value to be 6 /// will never happen you can use sprintf() otherwise you must use 49 coccilib.report.print_report(p[0], "WARNING: use scnprintf or sprintf") 55 coccilib.org.print_todo(p[0], "WARNING: use scnprintf or sprintf")
|
D | stream_open.cocci | 5 // them to stream_open. A stream-like file is a file that does not use ppos in 186 // use mmap and other methods that assume @offset access to file. 205 // under that conditions we can use stream_open instead of nonseekable_open.
|
D | pm_runtime.cocci | 2 /// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
|
D | kvmalloc.cocci | 4 /// Suggest to use kvmalloc instead. Same for kvfree.
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 67 iter(subE,...) S4 // no use 85 E->f@p // bad use 128 iter(subE,...) S4 // no use 146 E->f@p // bad use 188 iter(subE,...) S4 // no use 206 * E->f@p // bad use 261 iter(subE,...) S4 // no use 279 * E->f@p // bad use
|
/scripts/gdb/linux/ |
D | modules.py | 86 for use in lists.list_for_each_entry(sources, t, "source_list"): 89 name=use['source']['name'].string()))
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 2 /// Find a use after free. 93 iter(...,subE,...) S // no use 117 E@p2 // bad use
|
D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
/scripts/coccinelle/misc/ |
D | flexible_array.cocci | 80 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de… 87 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
|
D | boolreturn.cocci | 2 /// Return statements in functions returning bool should use
|
D | bugon.cocci | 55 coccilib.org.print_todo(p[0], "WARNING use BUG_ON")
|
D | array_size.cocci | 80 coccilib.org.print_todo(p[0], "WARNING should use ARRAY_SIZE")
|
D | cond_no_effect.cocci | 8 // Unfortunately there also seems to be a tendency to use
|
D | boolinit.cocci | 2 /// Bool initializations should use true and false. Bool tests don't need
|
D | array_size_dup.cocci | 8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression
|
/scripts/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 2 significantly modified from the original. It is for use by the Linux
|
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 7 # delimiters. You can use the following trick to do so.
|
/scripts/coccinelle/locks/ |
D | flags.cocci | 2 /// Find nested lock+irqsave functions that use the same flags variables
|
/scripts/kconfig/ |
D | menu.c | 246 char *use; in sym_check_prop() local 278 use = prop->type == P_SELECT ? "select" : "imply"; in sym_check_prop() 283 "not bool or tristate", sym->name, use); in sym_check_prop() 290 "tristate type", sym2->name, use); in sym_check_prop()
|
/scripts/ |
D | Kbuild.include | 32 # Escape single quote for use in echo statements 219 # This is no use for dependencies or $(wildcard). We need to strip the 226 # transformed as described above to be suitable for use within the
|
D | checkpatch.pl | 54 my @use = (); 307 'types=s' => \@use, 426 hash_save_array_words(\%use_type, \@use); 6921 my $use = ""; 6923 $use = " - use %pS instead"; 6924 $use =~ s/pS/ps/ if ($bad_specifier =~ /pf/); 6926 $use = " - '%pA' is only intended to be used from Rust code"; 6931 "$ext_type vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");
|
/scripts/gcc-plugins/ |
D | Kconfig | 76 slightly increase memory usage, and prevent the use of forensic
|