Searched refs:test_strings (Results 1 – 1 of 1) sorted by relevance
100 const char * test_strings[] = { variable125 for (i=0; i < sizeof(test_strings)/sizeof(test_strings[0]); i++) { in test_simple_echo_client()126 rv = send(s, test_strings[i], strlen(test_strings[i]), 0); in test_simple_echo_client()148 if (rv != strlen(test_strings[i])) { in test_simple_echo_client()149 fprintf (stderr, "[%s] Data length mismatch %d != %d\n", prog, rv, strlen(test_strings[i])); in test_simple_echo_client()