Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_errno.c20 const char *libc_retval; in test_errno() local
47 libc_retval = 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()
58 libc_retval = 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()
71 (strcmp("", libc_retval) != 0)){ in test_errno()
79 libc_retval = strerror(RTE_MAX_ERRNO + 1); in test_errno()
85 rte_retval, libc_retval); in test_errno()
[all …]