Searched refs:strerror_r (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrerror_r.c5 int strerror_r(int err, char* buf, size_t buflen) { function
19 weak_alias(strerror_r, __xpg_strerror_r);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h52 int strerror_r(int, char*, size_t);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c83 * glibc provides a non-standard strerror_r() when _GNU_SOURCE is defined, so
94 char *b = strerror_r(err, buf, buflen);
101 return (strerror_r(err, buf, buflen));
/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c176 strerror_r(errnum, buf, sizeof(buf));

Completed in 83 milliseconds