Home
last modified time | relevance | path

Searched refs:message (Results 1 – 8 of 8) sorted by relevance

/scripts/
Drust_is_available_bindgen_libclang.h2 #pragma message("clang version " __clang_version__)
DKbuild.include78 # Easy method for doing a status message
Dspelling.txt988 mesage||message
992 messsage||message
Dcheckpatch.pl212 my $message = $verbose_messages{$orig_type};
213 $message =~ s/\n/\n\t/g;
214 print("\t" . $message . "\n\n");
/scripts/coccinelle/misc/
Dnewline_in_nl_msg.cocci59 msg="WARNING avoid newline at end of message in %s" % (fname)
74 msg="WARNING avoid newline at end of message in %s" % (fname)
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig7 # and the message is prefixed with the current file name and line number.
/scripts/dtc/
Ddtx_diff28 --help print this message and exit
/scripts/kconfig/
Dgconf.c355 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument
359 const char *msg = message; in text_insert_msg()