Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h90 strerror_r((errno), (buf), (len)); \
96 char *err_str = strerror_r((errno), (buf), (len)); \
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_errno.c44 if (strerror_r(errnum, ret, RETVAL_SZ) != 0) in rte_strerror()
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Drte_os.h30 #define strerror_r(a, b, c) strerror_s(b, c, a) macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c102 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 Djemalloc_internal_defs.h.in362 * Defined if strerror_r returns char * if _GNU_SOURCE is defined.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac2094 JE_COMPILABLE([strerror_r returns char with gnu source], [
2101 char *error = strerror_r(EINVAL, buffer, 100);
H A DChangeLog55 - 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 Dconfigure12023 char *error = strerror_r(EINVAL, buffer, 100);