Searched refs:rte_retval (Results 1 – 1 of 1) sorted by relevance
19 const char *rte_retval; in test_errno() local40 rte_retval = rte_strerror(std_errs[i]); in test_errno()43 rte_retval, libc_retval); in test_errno()44 if (strcmp(rte_retval, libc_retval) != 0) in test_errno()51 rte_retval = rte_strerror(rte_errs[i]); in test_errno()54 rte_retval, libc_retval); in test_errno()55 if (strcmp(rte_retval, libc_retval) == 0) in test_errno()70 rte_retval = rte_strerror(RTE_MAX_ERRNO + 1); in test_errno()75 rte_retval, libc_retval); in test_errno()76 if ((strcmp(rte_retval, libc_retval) != 0) || in test_errno()