Home
last modified time | relevance | path

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

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