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