Home
last modified time | relevance | path

Searched refs:MESSAGE1 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
Dhangup01.c46 #define MESSAGE1 "I love Linux!" macro
90 size_t len = strlen(MESSAGE1); in parent()
114 if (strncmp(buf, MESSAGE1, in parent()
115 strlen(MESSAGE1)) != 0) { in parent()
169 if (write(slavefd, MESSAGE1, strlen(MESSAGE1)) != strlen(MESSAGE1)) { in child()
/third_party/node/test/cctest/
Dtest_inspector_socket.cc703 const char MESSAGE1[] = "Message 1"; in TEST_F() local
707 delegate->Write(MESSAGE1, sizeof(MESSAGE1) - 1); in TEST_F()