| /src/games/backgammon/backgammon/ |
| version.c | 43 const char *const message[] = { variable
|
| /src/share/examples/asm/hello/ |
| aarch64.s | 61 message: label 63 .set MESSAGE_SIZE, . - message 74 /* write(STDOUT_FILENO, message, MESSAGE_SIZE) */ 76 adr x1, message /* x1: buf = message */
|
| arm.s | 61 message: label 63 .set MESSAGE_SIZE, . - message 74 /* write(STDOUT_FILENO, message, MESSAGE_SIZE) */ 76 ldr r1, .Lmessage /* r1: buf = message */ 86 .word message
|
| i386.s | 61 message: label 63 .set MESSAGE_SIZE, . - message 74 /* write(STDOUT_FILENO, message, MESSAGE_SIZE) */ 76 pushl $message /* sp[8]: buf = message */
|
| powerpc.s | 48 message: label 50 .set MESSAGE_SIZE, . - message 61 # write(STDOUT_FILENO, message, MESSAGE_SIZE) 64 addis %r4, %r0, message@h # r4: second argument. 65 ori %r4, %r4, message@l
|
| sh3.s | 61 message: label 63 .set MESSAGE_SIZE, . - message 74 /* write(STDOUT_FILENO, message, MESSAGE_SIZE) */ 76 mov.l .Lmessage, r5 /* r5: buf = message */ 88 .long message
|
| x86_64.s | 61 message: label 63 .set MESSAGE_SIZE, . - message 74 /* write(STDOUT_FILENO, message, MESSAGE_SIZE) */ 76 leaq message(%rip), %rsi /* %rsi: buf = message */
|
| /src/etc/rc.d/ |
| random_seed | 27 message() function 60 message "Not present; creating" 66 message "Unsafe file system" 76 message "Bad owner ${st_uid}" 81 message "Bad mode ${st_mode}"
|
| /src/sys/arch/i386/stand/lib/ |
| message.S | 1 /* $NetBSD: message.S,v 1.4 2009/11/19 22:10:03 dsl Exp $ */ 34 .global message, message_1 41 * message: write the error message in %ds:%esi to the console 43 message: label 73 /* Delay for about 1 second to allow message to be read */
|
| /src/usr.bin/talk/ |
| io.c | 67 message("Connection established\007\007\007"); 91 message("Connection closed. Exiting"); 112 * p_error prints the system error message on the standard location 131 message(const char *string) function
|
| /src/external/bsd/am-utils/dist/libamu/ |
| clnt_sperrno.c | 86 char *message; member in struct:rpc_errtab 140 return (rpc_errlist[i].message);
|
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| ui_mock.cpp | 52 /// \param message The line to print and record, without the trailing newline 54 /// \param newline Whether to append a newline to the message or not. 56 ui_mock::err(const std::string& message, const bool newline) 59 std::cerr << message << "\n"; local 61 std::cerr << message << "\n"; local 64 _err_log.push_back(message); 70 /// \param message The line to print and record, without the trailing newline 72 /// \param newline Whether to append a newline to the message or not. 74 ui_mock::out(const std::string& message, const bool newline) 77 std::cout << message << "\n" local 79 std::cout << message << "\\n"; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgl-iconv.h | 0 /* Message list character set conversion. 27 #include "message.h" 43 const message_ty *message; /* message being converted, or NULL */ member in struct:conversion_context 52 /* Converts the message list MLP to the (already canonicalized) encoding 63 /* Converts all the message lists in MDLP to the encoding TO_CODE. */ 69 /* Tests whether the message list MLP could be converted to CANON_TO_CODE.
|
| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/ |
| proto_to_cxx.cpp | 95 Function message; local 96 if (!message.ParsePartialFromArray(data, size)) 98 return FunctionToString(message);
|
| loop_proto_to_cxx.cpp | 153 LoopFunction message; local 154 if (!message.ParsePartialFromArray(data, size)) 156 return LoopFunctionToString(message);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/ |
| dangling-query.c | 64 message_t *message = ioloop_message_create(DNS_HEADER_SIZE + 256); // should be plenty of room local 65 TEST_FAIL_CHECK(state, message != NULL, "no memory for DNS query"); 66 dns_wire_t *wire = &message->wire; 72 towire.message = wire; 86 dns_proxy_input_for_server(state->srp_listener, state->primary, message, NULL); 91 towire.message = wire; 101 dns_proxy_input_for_server(state->srp_listener, state->primary, message, NULL);
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| filter-clang-warnings.py | 27 def skip_warning(filename, message): 62 if name in filename and i in message: 79 message = line[i + len(token):] variable 80 if not skip_warning(location, message):
|
| /src/games/sail/ |
| pl_main.c | 104 char message[60]; local 124 snprintf(message, sizeof message, "Captain %s assuming command", 126 send_signal(ms, message);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/ |
| ubsan_minimal_handlers.cc | 10 static void message(const char *msg) { ubsan_message(msg); } function 12 static void message(const char *msg) { function 46 message("ubsan: too many errors\n"); 68 message("Sanitizer CHECK failed: "); 69 message(file); 70 message(":?? : "); // FIXME: Show line number. 71 message(cond); 79 // FIXME: add caller pc to the error message (possibly as "ubsan: error-type 84 message("ubsan: " msg "\n"); \ 89 message("ubsan: " msg "\n"); [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
| clang-rename.el | 55 (let ((message (clang-rename--format-message 60 (insert ?\n message ?\n)) 61 (message "%s" message) 72 ;; ‘format-message’ is new in Emacs 25.1. Provide a fallback for older 74 (defalias 'clang-rename--format-message 75 (if (fboundp 'format-message) 'format-message 'format))
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| system_error.cpp | 118 // If we didn't get any message, print one now. 131 __do_message::message(int ev) const function in class:__do_message 145 virtual string message(int ev) const; 155 __generic_error_category::message(int ev) const function in class:__generic_error_category 161 return __do_message::message(ev); 176 virtual string message(int ev) const; 187 __system_error_category::message(int ev) const function in class:__system_error_category 193 return __do_message::message(ev); 216 error_condition::message() const function in class:error_condition 218 return __cat_->message(__val_) 224 error_code::message() const function in class:error_code [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/ |
| generate_header_inclusion_tests.py | 138 # error "{message}" 142 message="<{}> was expected to define {}".format(includer, symbol), variable 151 # error "{message}" 156 message="<{}> should include <{}> in C++{} and later".format(includer, includee, version) variable
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| Error.cpp | 28 std::string message(int ev) const override; 36 std::string _object_error_category::message(int EV) const { function in class:_object_error_category 56 llvm_unreachable("An enumerator of object_error does not have a message "
|
| /src/external/bsd/kyua-cli/dist/utils/logging/ |
| operations.cpp | 153 /// \param file The file from which the log message is generated. 154 /// \param line The line from which the log message is generated. 155 /// \param user_message The raw message to store. 177 const std::string message = F("%s %s %s %s:%s: %s") % local 181 backlog.push_back(std::make_pair(message_level, message)); 184 (*logfile) << message << '\n';
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| sanity.cpp | 63 /// Prints a message to stderr. 67 /// \param message The message to print. 69 err_write(const std::string& message) 71 if (::write(STDERR_FILENO, message.c_str(), message.length()) == -1) { 132 /// reason, a special message is returned. The code cannot abort in such a 158 /// \param type The assertion type; this influences the printed message. 161 /// \param message The failure message associated to the condition 168 std::cerr << ": " << message << "\\n"; local [all...] |