Searched refs:msg (Results 1 – 11 of 11) sorted by relevance
| /scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 56 msg = "WARNING: NULL check before some freeing functions is not needed." 57 coccilib.report.print_report(p[0], msg)
|
| /scripts/coccinelle/misc/ |
| A D | badty.cocci | 74 msg="WARNING: Use correct pointer type argument for sizeof" 75 coccilib.report.print_report(p[0], msg)
|
| /scripts/coccinelle/iterators/ |
| A D | list_entry_update.cocci | 61 msg = "iterator with update on line %s" % (p2[0].line) 62 coccilib.report.print_report(p1[0],msg)
|
| A D | itnull.cocci | 93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line) 94 coccilib.report.print_report(p2[0], msg)
|
| A D | use_after_iter.cocci | 146 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 D | kmerr.cocci | 74 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 D | alloc_cast.cocci | 101 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 D | nconf.h | 86 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
|
| A D | nconf.gui.c | 240 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 D | gconf.c | 393 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 D | checkpatch.pl | 2298 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