/freebsd/tests/sys/fs/fusefs/ |
H A D | fifo.cc | 45 const char MESSAGE[] = "Hello, World!\n"; variable 46 const int msgsize = sizeof(MESSAGE); 73 r = write(fd, MESSAGE + sent, msgsize - sent); in writer() 107 ASSERT_STREQ(message, MESSAGE); in TEST_F() 135 r = write(fd, MESSAGE + sent, msgsize - sent); in socket_writer() 208 ASSERT_STREQ(message, MESSAGE); in TEST_F()
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 31 MESSAGE(FATAL_ERROR "Invalid FindLua invocation: ${ARGN}") 35 MESSAGE(STATUS "Check for luajit ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 67 MESSAGE(STATUS "Fallback from luajit to plain lua") 69 MESSAGE(STATUS "Check for lua ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 94 MESSAGE(STATUS "Check for lua ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 126 MESSAGE(STATUS "Found luajit ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 128 MESSAGE(STATUS "Found lua ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 158 …MESSAGE(WARNING "Neither libcurl nor libfetch were found, no support of URL includes in configurat… 179 MESSAGE(WARNING "Libucl references could be thread-unsafe because atomic builtins are missing") 255 MESSAGE(FATAL_ERROR "Lua not found, lua support is required") [all …]
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | 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, b… 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...")
|
H A D | CheckFileOffsetBits.cmake | 22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files") 36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed") 39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
|
/freebsd/contrib/libevent/cmake/ |
H A D | 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, b… 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...")
|
H A D | CheckFileOffsetBits.cmake | 22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files") 36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed") 39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | hello-world.c | 28 static const char MESSAGE[] = "Hello, World!\n"; variable 104 bufferevent_write(bev, MESSAGE, strlen(MESSAGE)); in listener_cb()
|
/freebsd/contrib/libevent/sample/ |
H A D | hello-world.c | 28 static const char MESSAGE[] = "Hello, World!\n"; variable 104 bufferevent_write(bev, MESSAGE, strlen(MESSAGE)); in listener_cb()
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | aead_xchacha20poly1305.c | 21 #undef MESSAGE in tv() 22 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv() macro 40 assert(sizeof MESSAGE - 1U == MLEN); in tv() 41 memcpy(m, MESSAGE, MLEN); in tv()
|
H A D | aead_chacha20poly1305.c | 196 #undef MESSAGE in tv_ietf() 197 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv_ietf() macro 214 assert(sizeof MESSAGE - 1U == MLEN); in tv_ietf() 215 memcpy(m, MESSAGE, MLEN); in tv_ietf()
|
/freebsd/usr.sbin/nologin/ |
H A D | nologin.c | 32 #define MESSAGE "This account is currently not available.\n" macro 47 printf("%s", MESSAGE); in main()
|
/freebsd/contrib/netbsd-tests/fs/fifofs/ |
H A D | t_fifo.c | 25 #define MESSAGE "I am fine" macro 40 char message[MSG_SIZE] = MESSAGE; in child_writer()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 97 MESSAGE-TYPE ::= INTEGER { 468 msg-type[2] MESSAGE-TYPE, 495 msg-type[1] MESSAGE-TYPE, 527 msg-type[1] MESSAGE-TYPE, 535 msg-type[1] MESSAGE-TYPE, 557 msg-type[1] MESSAGE-TYPE, 564 msg-type[1] MESSAGE-TYPE, 578 msg-type[1] MESSAGE-TYPE, -- KRB_CRED 608 msg-type[1] MESSAGE-TYPE,
|
/freebsd/libexec/atrun/ |
H A D | LEGAL | 2 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/usr.bin/at/ |
H A D | LEGAL | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/contrib/tcp_wrappers/ |
H A D | DISCLAIMER | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/contrib/libcbor/src/ |
H A D | CMakeLists.txt | 26 MESSAGE(FATAL_ERROR "Change the shared library version scheme to reflect https://github.com/PJK/libcbor/issues/52.")
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | SIGNATURE | 14 -----BEGIN PGP SIGNED MESSAGE-----
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pgp | 14 #>15 string MESSAGE- message 15 #>15 string SIGNED\040MESSAGE- signed message 30 0 string -----BEGIN\040PGP\040MESSAGE- PGP message 39 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message
|
H A D | gentoo | 21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | zstd_decompress.c | 40 #define MESSAGE(...) macro 42 #define MESSAGE(...) fprintf(stderr, "" __VA_ARGS__) macro 49 MESSAGE("Error: %s\n", s); \
|
/freebsd/contrib/sendmail/src/ |
H A D | SECURITY | 76 as starting point and read cf/README: MESSAGE SUBMISSION PROGRAM
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 464 CURSES_NAME(MESSAGE),
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 44 MESSAGE = 1; enumerator
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 369 MESSAGE(STATUS "Use STATIC runtime") 381 MESSAGE(STATUS "Use DYNAMIC runtime")
|