Searched refs:strerror_r (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | jni_util_md.c | 47 #define strerror_r(a, b, c) __xpg_strerror_r((a), (b), (c)) macro 55 return strerror_r(err, buf, len); in getErrorString()
|
D | UnixNativeDispatcher.c | 323 msg = (strerror_r((int)error, buffer, 256) == 0) ? buffer : "Error while calling strerror_r"; in Java_sun_nio_fs_UnixNativeDispatcher_strerror()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2487 const char* message = strerror_r(errnum, buffer, sizeof(buffer)); in Linux_strerror()
|