Home
last modified time | relevance | path

Searched refs:MESSAGE2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
H A Dhangup01.c47 #define MESSAGE2 "Use the LTP for all your Linux testing needs." macro
119 len = strlen(MESSAGE2); in parent()
122 if (strncmp(buf, MESSAGE2, in parent()
123 strlen(MESSAGE2)) != 0) { in parent()
181 if (write(slavefd, MESSAGE2, strlen(MESSAGE2)) != strlen(MESSAGE2)) { in child()
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc704 const char MESSAGE2[] = "Message 2"; in TEST_F() local
708 delegate->Write(MESSAGE2, sizeof(MESSAGE2) - 1); in TEST_F()

Completed in 3 milliseconds