Searched refs:strerror_r (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | hiredis.h | 90 strerror_r((errno), (buf), (len)); \ 96 char *err_str = strerror_r((errno), (buf), (len)); \
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_errno.c | 44 if (strerror_r(errnum, ret, RETVAL_SZ) != 0) in rte_strerror()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | rte_os.h | 30 #define strerror_r(a, b, c) strerror_s(b, c, a) macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 102 char *b = strerror_r(err, buf, buflen); in buferror() 109 return strerror_r(err, buf, buflen); in buferror()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 362 * Defined if strerror_r returns char * if _GNU_SOURCE is defined.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 2094 JE_COMPILABLE([strerror_r returns char with gnu source], [ 2101 char *error = strerror_r(EINVAL, buffer, 100);
|
| H A D | ChangeLog | 55 - Modify configure to determine return value of strerror_r. 1301 - Fix strerror_r() usage to deal with non-standard semantics in GNU libc.
|
| H A D | configure | 12023 char *error = strerror_r(EINVAL, buffer, 100);
|