Home
last modified time | relevance | path

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

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dkxgettext.c83 struct message { struct
86 struct message *next; argument
90 static struct message *message__list; argument
92 static struct message *message__new(const char *msg, char *option, in message__new()
95 struct message *self = malloc(sizeof(*self)); in message__new()
120 static struct message *mesage__find(const char *msg) in mesage__find()
122 struct message *m = message__list; in mesage__find()
155 struct message *m = mesage__find(escaped); in message__add()
189 static void message__print_file_lineno(struct message *self) in message__print_file_lineno()
208 static void message__print_gettext_msgid_msgstr(struct message *self) in message__print_gettext_msgid_msgstr()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dpsignal.c16 void psignal(int signum, register const char *message) in psignal() argument
25 if (!(message && *message)) { /* Caller did not supply a prefix message */ in psignal()
26 message = (sep += 2); /* or passed an empty string. */ in psignal()
29 fprintf(stderr, "%s%s%s\n", message, sep, strsignal(signum)); in psignal()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/
A Derror.c39 void error (int status, int errnum, const char *message, ...) in error() argument
50 va_start (args, message); in error()
51 vfprintf (stderr, message, args); in error()
63 unsigned int line_number, const char *message, ...) in error_at_line() argument
90 va_start (args, message); in error_at_line()
91 vfprintf (stderr, message, args); in error_at_line()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-mqueue3.c37 static const char message[] = "hello"; variable
78 if (n != sizeof (message)) in fct()
81 __FUNCTION__, n, sizeof (message)); in fct()
84 if (memcmp (buf, message, sizeof (message)) != 0) in fct()
87 __FUNCTION__, buf, message); in fct()
221 if (mq_send (m, message, sizeof (message), 1) != 0) in do_test()
/l4re-core-master/cxx/lib/ipc/include/
A Dipc_stream235 * in the message.
338 * IPC message buffer. A received IPC message can be unmarshalled using the
508 * Get the message tag of a received IPC.
520 * Get the message tag of a received IPC.
624 * IPC message buffer. A IPC message can be marshalled using the
711 * Extract the L4 message tag from the stream.
713 * \return The extracted L4 message tag.
720 * \return A reference to the L4 message tag.
880 * an open wait for any message.
903 * an open wait for any message.
[all …]
A Dipc_server65 * \note You need to extract the complete message from the \a ios stream
67 * that may use the UTCB. Otherwise, the incoming message may get lost.
102 * \param ios The IO stream used for receiving the message.
107 * Server_object::dispatch() when the received message tag has protocol
118 * \param ios The message stream for the incoming and the reply message.
121 * This function reads the protocol ID from the message tag and uses the
/l4re-core-master/l4re/include/
A Derror_helper84 * This function throws an exception if the message tag contains an error or
85 * the label in the message tag is negative. Otherwise the label in the
86 * message tag is returned.
107 * This function throws an exception if the message tag contains an error or
108 * the label in the message tag is negative. Otherwise the label in the
109 * message tag is returned.
161 * Test a message tag for IPC errors.
164 * \param extra Exception message in case of error.
170 * This function does not check the message tag's label value.
172 * \note This must be called on a message tag before the UTCB is changed.
/l4re-core-master/l4sys/include/cxx/
A Dipc_basics98 /// number of bytes for one message word
100 /// number of message words for one message item
102 /// number of bytes for one message item
104 /// number of message words available in the UTCB
114 * Add some data to a message at offs.
116 * \param msg pointer to the start of the message
120 * \param v The value to add to the message
135 * Get some data from a message at offs.
137 * \param msg Pointer to the start of the message
251 /// Copy a T into the message
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dsystem_error.cc46 message(int i) const in message() function
62 message(int i) const in message() function
116 string msg = this->message(i); in _M_message()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dsystem_error82 // the name "message()" finds depends on which ABI the caller is using.
92 message(int) const = 0;
95 message(int) const = 0;
180 message() const
181 { return category().message(value()); }
256 message() const
257 { return category().message(value()); }
340 : runtime_error(__ec.message()), _M_code(__ec) { }
343 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
352 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dsystem_error82 // the name "message()" finds depends on which ABI the caller is using.
92 message(int) const = 0;
95 message(int) const = 0;
180 message() const
181 { return category().message(value()); }
256 message() const
257 { return category().message(value()); }
340 : runtime_error(__ec.message()), _M_code(__ec) { }
343 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
352 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dsystem_error90 // the name "message()" finds depends on which ABI the caller is using.
100 message(int) const = 0;
103 message(int) const = 0;
188 message() const
189 { return category().message(value()); }
264 message() const
265 { return category().message(value()); }
348 : runtime_error(__ec.message()), _M_code(__ec) { }
351 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
360 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dsystem_error90 // the name "message()" finds depends on which ABI the caller is using.
100 message(int) const = 0;
103 message(int) const = 0;
188 message() const
189 { return category().message(value()); }
264 message() const
265 { return category().message(value()); }
348 : runtime_error(__ec.message()), _M_code(__ec) { }
351 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
360 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dsystem_error90 // the name "message()" finds depends on which ABI the caller is using.
100 message(int) const = 0;
103 message(int) const = 0;
188 message() const
189 { return category().message(value()); }
264 message() const
265 { return category().message(value()); }
348 : runtime_error(__ec.message()), _M_code(__ec) { }
351 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
360 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dsystem_error84 message(int) const = 0;
160 message() const
161 { return category().message(value()); }
235 message() const
236 { return category().message(value()); }
319 : runtime_error(__ec.message()), _M_code(__ec) { }
322 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
328 * : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { }
331 * : runtime_error(__what + (": " + __ec.message())),
336 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/l4sys/include/
A Dpager51 * will generate an IO page fault message and send it to the thread's page
66 * IO page fault protocol message.
74 * \return System call message tag; use l4_error() to check for errors.
92 * causes a page fault, the microkernel synthesises a page fault IPC message
94 * handle the message, for example by establishing a suitable page mapping.
103 * Page-fault protocol message.
112 * \return System call message tag; use l4_error() to check for errors.
/l4re-core-master/lua/lib/contrib/src/
A Dlauxlib.c1036 static void warnfoff (void *ud, const char *message, int tocont);
1037 static void warnfon (void *ud, const char *message, int tocont);
1038 static void warnfcont (void *ud, const char *message, int tocont);
1046 if (tocont || *(message++) != '@') /* not a control message? */ in checkcontrol()
1049 if (strcmp(message, "off") == 0) in checkcontrol()
1051 else if (strcmp(message, "on") == 0) in checkcontrol()
1058 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff() argument
1059 checkcontrol((lua_State *)ud, message, tocont); in warnfoff()
1069 lua_writestringerror("%s", message); /* write message */ in warnfcont()
1079 static void warnfon (void *ud, const char *message, int tocont) { in warnfon() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dsystem_error.cc46 message(int i) const in message() function
62 message(int i) const in message() function
110 string msg = this->message(i); in _M_message()
A Dcompatibility-c++0x.cc149 message(int) const = 0;
191 message(int i) const in message() function
206 message(int i) const in message() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dsystem_error113 // the name "message()" finds depends on which ABI the caller is using.
123 message(int) const = 0;
126 message(int) const = 0;
239 message() const
240 { return category().message(value()); }
338 message() const
339 { return category().message(value()); }
453 : runtime_error(__ec.message()), _M_code(__ec) { }
456 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
465 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dsystem_error105 // the name "message()" finds depends on which ABI the caller is using.
115 message(int) const = 0;
118 message(int) const = 0;
222 message() const
223 { return category().message(value()); }
318 message() const
319 { return category().message(value()); }
435 : runtime_error(__ec.message()), _M_code(__ec) { }
438 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
447 : runtime_error(error_code(__v, __ecat).message()),
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dfuture.cc35 virtual std::string message(int __ec) const in message() function
78 future_error::what() const noexcept { return _M_code.message().c_str(); } in what()
A Dsystem_error.cc42 message(int i) const in message() function
57 message(int i) const in message() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dwrapsyscall.c215 CANCELABLE_SYSCALL (ssize_t, recvmsg, (int fd, struct msghdr *message, int flags),
216 (fd, message, flags))
224 CANCELABLE_SYSCALL (ssize_t, sendmsg, (int fd, const struct msghdr *message,
226 (fd, message, flags))
/l4re-core-master/uclibc/lib/uclibc/
A Dssp-l4.c56 static const char message[] = ": stack smashing attack in function "; in __stack_smash_handler() local
58 ssp_write(STDERR_FILENO, PROGNAME, message, func); in __stack_smash_handler()

Completed in 32 milliseconds

12345