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

/linux-master/tools/testing/vsock/
H A Dvsock_test.c982 #define HELLO_STR "HELLO" macro
996 send_buf(fd, HELLO_STR, strlen(HELLO_STR), 0, strlen(HELLO_STR));
1035 to_read = strlen(HELLO_STR WORLD_STR) - read;
1043 if (memcmp(buf, HELLO_STR WORLD_STR, strlen(HELLO_STR WORLD_STR))) {

Completed in 238 milliseconds