Lines Matching refs:strerror_r
23750 ** strerror_r().
23769 ** equivalent to errno. Otherwise, use strerror_r().
23777 ** assume that the system provides the the GNU version of strerror_r() that
23781 ** strerror_r(), which always writes an error message into aErr[].
23791 strerror_r(errno, aErr, sizeof(aErr)-1);
23794 /* This is a threadsafe build, but strerror_r() is not available. */
32336 ** strerror_r() on unix). After an error is returned by an OS