MESSAGE            28 opal/mca/event/libevent2022/libevent/sample/hello-world.c static const char MESSAGE[] = "Hello, World!\n";
MESSAGE           105 opal/mca/event/libevent2022/libevent/sample/hello-world.c 	bufferevent_write(bev, MESSAGE, strlen(MESSAGE));
MESSAGE            44 test/support/support.h #define test_verify(MESSAGE, EXPR)                               \
MESSAGE            49 test/support/support.h                     __FILE__, __LINE__, MESSAGE, # EXPR);        \