Home | History | Annotate | Download | only in dist

Lines Matching refs:strerror_r

23757 ** strerror_r().
23776 ** equivalent to errno. Otherwise, use strerror_r().
23784 ** assume that the system provides the the GNU version of strerror_r() that
23788 ** strerror_r(), which always writes an error message into aErr[].
23798 strerror_r(errno, aErr, sizeof(aErr)-1);
23801 /* This is a threadsafe build, but strerror_r() is not available. */
32343 ** strerror_r() on unix). After an error is returned by an OS