Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_errno.c19 const char *rte_retval; in test_errno() local
46 rte_retval = rte_strerror(std_errs[i]); in test_errno()
49 rte_retval, libc_retval); in test_errno()
50 if (strcmp(rte_retval, libc_retval) != 0) in test_errno()
57 rte_retval = rte_strerror(rte_errs[i]); in test_errno()
60 rte_retval, libc_retval); in test_errno()
61 if (strcmp(rte_retval, libc_retval) == 0) in test_errno()
78 rte_retval = rte_strerror(RTE_MAX_ERRNO + 1); in test_errno()
85 rte_retval, libc_retval); in test_errno()
86 if ((strcmp(rte_retval, libc_retval) != 0) || in test_errno()