Searched refs:MSGLEN (Results 1 – 1 of 1) sorted by relevance
47 #define MSGLEN 12 macro280 char buf[MSGLEN] = MSG; in start_clients()313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()314 if (!ASSERT_EQ(err, MSGLEN, "write")) in start_clients()413 char buf[MSGLEN]; in count_requests()425 memset(buf, 0, MSGLEN); in count_requests()426 read(client, &buf, MSGLEN); in count_requests()