OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE
(Results
1 - 19
of
19
) sorted by relevancy
/src/usr.bin/msgc/
msgparse.y
53
%token
MESSAGE
65
msg :
MESSAGE
NAME VALUE
msgscan.l
36
/* scan.l: scanner description for
message
compiler. */
67
message
{ return
MESSAGE
; }
/src/external/bsd/libevent/dist/cmake/
CodeCoverage.cmake
71
MESSAGE
(FATAL_ERROR "gcov not found! Aborting...")
76
MESSAGE
(WARNING "Compiler is not GNU gcc! Clang Version 3.0.0 and greater supports gcov as well, but older versions don't.")
79
MESSAGE
(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
84
MESSAGE
( WARNING "Code coverage results with an optimized (non-Debug) build may be misleading" )
99
MESSAGE
(FATAL_ERROR "lcov not found! Aborting...")
103
MESSAGE
(FATAL_ERROR "genhtml not found! Aborting...")
141
MESSAGE
(FATAL_ERROR "Python not found! Aborting...")
145
MESSAGE
(FATAL_ERROR "gcovr not found! Aborting...")
/src/external/bsd/ntp/dist/sntp/libevent/cmake/
CodeCoverage.cmake
71
MESSAGE
(FATAL_ERROR "gcov not found! Aborting...")
76
MESSAGE
(WARNING "Compiler is not GNU gcc! Clang Version 3.0.0 and greater supports gcov as well, but older versions don't.")
79
MESSAGE
(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
84
MESSAGE
( WARNING "Code coverage results with an optimized (non-Debug) build may be misleading" )
99
MESSAGE
(FATAL_ERROR "lcov not found! Aborting...")
103
MESSAGE
(FATAL_ERROR "genhtml not found! Aborting...")
141
MESSAGE
(FATAL_ERROR "Python not found! Aborting...")
145
MESSAGE
(FATAL_ERROR "gcovr not found! Aborting...")
/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/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm
30
prog_error ($
MESSAGE
, [%OPTIONS]);
31
error ($WHERE, $
MESSAGE
, [%OPTIONS]);
32
error ($
MESSAGE
);
33
fatal ($WHERE, $
MESSAGE
, [%OPTIONS]);
34
fatal ($
MESSAGE
);
35
verb ($
MESSAGE
, [%OPTIONS]);
186
=item C<prog_error ($
MESSAGE
, [%OPTIONS])>
189
display C<$
MESSAGE
>, and exit 1.
199
=item C<error ($WHERE, $
MESSAGE
, [%OPTIONS])>
201
=item C<error ($
MESSAGE
)>
[
all
...]
/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/external/gpl2/xcvs/dist/diff/
libdiff.mak
4
!
MESSAGE
No configuration specified. Defaulting to libdiff - Win32 Debug.
8
!
MESSAGE
Invalid configuration "$(CFG)" specified.
9
!
MESSAGE
You can specify a configuration when running NMAKE
10
!
MESSAGE
by defining the macro CFG on the command line. For example:
11
!
MESSAGE
12
!
MESSAGE
NMAKE /f "libdiff.mak" CFG="libdiff - Win32 Debug"
13
!
MESSAGE
14
!
MESSAGE
Possible choices for configuration are:
15
!
MESSAGE
16
!
MESSAGE
"libdiff - Win32 Release" (based on "Win32 (x86) Static Library"
[
all
...]
/src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h
548
* @param
MESSAGE
549
* If supported, a sting literal to include as a diagnostic
message
if the expression evaluates to false.
552
#define mdns_compile_time_check(EXPRESSION,
MESSAGE
) _Static_assert(EXPRESSION,
MESSAGE
)
554
#define mdns_compile_time_check(EXPRESSION,
MESSAGE
) static_assert(EXPRESSION,
MESSAGE
)
556
#define mdns_compile_time_check(EXPRESSION,
MESSAGE
) \
559
#define mdns_compile_time_check(EXPRESSION,
MESSAGE
) \
DebugServices.h
1171
#define debug_print_assert( ERROR_CODE, ASSERT_STRING,
MESSAGE
, FILENAME, LINE_NUMBER, FUNCTION ) \
1172
DebugPrintAssert( ERROR_CODE, ASSERT_STRING,
MESSAGE
, FILENAME, LINE_NUMBER, FUNCTION )
1174
#define debug_print_assert( ERROR_CODE, ASSERT_STRING,
MESSAGE
, FILENAME, LINE_NUMBER, FUNCTION )
1180
@abstract Prints a debug-only
message
.
1204
@abstract Prints a debug-only
message
.
1368
@abstract Prints a debug
message
with printf-style formatting.
1398
@abstract Prints a
message
describing the reason the (e.g. an assert failed), an optional error
message
,
1403
@param inMessage C string containing a
message
about the assert.
1461
%m - Error
Message
(e.g. 0 -> "kNoErr"). Modifiers and error code arg=the same as %d, %x, etc
[
all
...]
/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/sys/external/isc/libsodium/dist/test/default/
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");
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
...]
/src/external/mpl/bind/dist/bin/tests/system/
conf.sh
300
# _search_log: look for
message
$1 in file $2 with nextpart().
307
# _search_log_re: same as _search_log but the
message
is an grep -E regex
314
# _search_log_peek: look for
message
$1 in file $2 with nextpartpeek().
321
# wait_for_log: wait until
message
$2 in file $3 appears. Bail out after
335
# wait_for_log_re: same as wait_for_log, but the
message
is an grep -E regex
357
# one-second intervals, optionally printing a
message
upon every attempt
483
#
message
which has to contain the string provided in $4), converting
489
MESSAGE
="$4"
490
grep " ${PEER}#.*${
MESSAGE
}:" "${LOGFILE}" \
492
grep " ${PEER}#.*${
MESSAGE
}:" "${LOGFILE}"
[
all
...]
/src/external/gpl2/xcvs/dist/lib/
libcvs.mak
4
!
MESSAGE
No configuration specified. Defaulting to libcvs - Win32 Debug.
8
!
MESSAGE
Invalid configuration "$(CFG)" specified.
9
!
MESSAGE
You can specify a configuration when running NMAKE
10
!
MESSAGE
by defining the macro CFG on the command line. For example:
11
!
MESSAGE
12
!
MESSAGE
NMAKE /f "libcvs.mak" CFG="libcvs - Win32 Debug"
13
!
MESSAGE
14
!
MESSAGE
Possible choices for configuration are:
15
!
MESSAGE
16
!
MESSAGE
"libcvs - Win32 Release" (based on "Win32 (x86) Static Library"
[
all
...]
/src/distrib/syspkg/mk/
bsd.syspkg.mk
96
# Set MESSAGE_FILE to be the name of any
MESSAGE
file
97
.if !defined(MESSAGE_FILE) && exists(${PKGDIR}/
MESSAGE
)
98
MESSAGE_FILE= ${PKGDIR}/
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)
radeon_cik.c
5871
tmp = REQ |
MESSAGE
(MSG_ENTER_RLC_SAFE_MODE);
5892
tmp = REQ |
MESSAGE
(MSG_EXIT_RLC_SAFE_MODE);
Completed in 49 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026