Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 11 of 11) sorted by relevance

/scripts/coccinelle/free/
A Difnullfree.cocci56 msg = "WARNING: NULL check before some freeing functions is not needed."
57 coccilib.report.print_report(p[0], msg)
/scripts/coccinelle/misc/
A Dbadty.cocci74 msg="WARNING: Use correct pointer type argument for sizeof"
75 coccilib.report.print_report(p[0], msg)
/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci61 msg = "iterator with update on line %s" % (p2[0].line)
62 coccilib.report.print_report(p1[0],msg)
A Ditnull.cocci93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
94 coccilib.report.print_report(p2[0], msg)
A Duse_after_iter.cocci146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
147 coccilib.report.print_report(p2[0], msg)
/scripts/coccinelle/null/
A Dkmerr.cocci74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
75 coccilib.report.print_report(p1[0],msg)
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci101 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
102 coccilib.report.print_report(p[0], msg)
/scripts/kconfig/
A Dnconf.h86 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
A Dnconf.gui.c240 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() argument
267 msg_lines = get_line_no(msg); in btn_dialog()
269 const char *line = get_line(msg, i); in btn_dialog()
302 fill_window(msg_win, msg); in btn_dialog()
A Dgconf.c393 const char *msg = message; in text_insert_msg() local
405 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2, in text_insert_msg()
/scripts/
A Dcheckpatch.pl2298 my ($level, $type, $msg) = @_;
2301 (defined $tst_only && $msg !~ /\Q$tst_only\E/)) {
2320 $output .= ' ' . $msg . "\n";
2432 my ($type, $msg) = @_;
2434 if (report("ERROR", $type, $msg)) {
2442 my ($type, $msg) = @_;
2444 if (report("WARNING", $type, $msg)) {
2452 my ($type, $msg) = @_;
2454 if ($check && report("CHECK", $type, $msg)) {
5602 my $msg = "";
[all …]

Completed in 21 milliseconds