Searched refs:hello_str (Results 1 – 1 of 1) sorted by relevance
379 const char hello_str[] = "Hello, world!"; in test_realloc_socket() local392 strlcpy(ptr1, hello_str, size1); in test_realloc_socket()403 if (strcmp(ptr2, hello_str) != 0){ in test_realloc_socket()409 for (i = strnlen(hello_str, sizeof(hello_str)); i < size1; i++) in test_realloc_socket()