Home
last modified time | relevance | path

Searched refs:hello_str (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_malloc.c379 const char hello_str[] = "Hello, world!"; in test_realloc_socket() local
392 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()