OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MESSAGE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/libevent/dist/sample/
hello-world.c
4
connections on port 9995. When they arrive, it writes a short
message
to
29
static const char
MESSAGE
[] = "Hello, World!\n";
105
bufferevent_write(bev,
MESSAGE
, strlen(
MESSAGE
));
/src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c
88
printf("
message
can be forged\n");
125
printf("
Message
length should have been set to zero after a failure\n");
134
printf("
Message
length should have been set to zero after a failure\n");
196
#undef
MESSAGE
197
#define
MESSAGE
"Ladies and Gentlemen of the class of '99: If I could offer you " \
214
assert(sizeof
MESSAGE
- 1U == MLEN);
215
memcpy(m,
MESSAGE
, MLEN);
271
printf("
message
can be forged\n");
306
printf("
Message
length should have been set to zero after a failure\n");
315
printf("
Message
length should have been set to zero after a failure\n")
[
all
...]
aead_xchacha20poly1305.c
21
#undef
MESSAGE
22
#define
MESSAGE
"Ladies and Gentlemen of the class of '99: If I could offer you " \
40
assert(sizeof
MESSAGE
- 1U == MLEN);
41
memcpy(m,
MESSAGE
, MLEN);
93
printf("
message
can be forged\n");
128
printf("
Message
length should have been set to zero after a failure\n");
137
printf("
Message
length should have been set to zero after a failure\n");
/src/tests/fs/fifofs/
t_fifo.c
25
#define
MESSAGE
"I am fine"
40
char
message
[MSG_SIZE] =
MESSAGE
;
local
55
rv = write(fd,
message
, MSG_SIZE);
184
printf("Received %zd bytes
message
'%s'\n", rv, buf);
/src/external/mit/libuv/dist/test/
test-callback-stack.c
31
static const char
MESSAGE
[] = "Failure is for the weak. Everyone dies alone.";
91
/* We call shutdown here because when bytes_received == sizeof
MESSAGE
there
94
if (bytes_received == sizeof
MESSAGE
) {
134
* reading. This makes us certain that the
message
has been echoed back to
158
buf.base = (char*) &
MESSAGE
;
159
buf.len = sizeof
MESSAGE
;
201
ASSERT_EQ(bytes_received, sizeof
MESSAGE
);
/src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c
40
#define
MESSAGE
(...)
42
#define
MESSAGE
(...) fprintf(stderr, "" __VA_ARGS__)
49
MESSAGE
("Error: %s\n", s); \
/src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h
1480
#define
MESSAGE
(x) ((x) << 1)
Completed in 22 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026