HomeSort by: relevance | last modified time | path
    Searched refs:MESSAGE (Results 1 - 9 of 9) 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/tests/fs/fifofs/
t_fifo.c 25 #define MESSAGE "I am fine"
40 char message[MSG_SIZE] = MESSAGE; local in function:child_writer
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/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/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);
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1574 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1625 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,

Completed in 34 milliseconds