HomeSort by relevance Sort by last modified time
    Searched defs:strerror_r (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
strerror_r.cpp 1 /* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
52 int strerror_r(int error_number, char* buf, size_t buf_len) { function
71 ErrnoRestorer errno_restorer; // The glibc strerror_r doesn't set errno if it truncates...
72 strerror_r(error_number, buf, buf_len);
  /external/bison/lib/
strerror_r.c 0 /* strerror_r.c --- POSIX compatible system error routine
41 /* The system's strerror_r function is OK, except that its third argument
51 system strerror_r has the wrong return type, and cygwin 1.7.9
52 strerror_r clobbers strerror. */
137 strerror_r (int errnum, char *buf, size_t buflen) function
138 #undef strerror_r macro
171 back to GNU strerror_r which always returns a thread-safe
173 safe_copy (buf, buflen, strerror_r (errnum, buf, buflen));
183 /* On HP-UX 11.31, strerror_r always fails when buflen < 80; it
190 ret = strerror_r (errnum, stackbuf, sizeof stackbuf)
    [all...]
string.in.h 963 # undef strerror_r macro
964 # define strerror_r macro
977 _GL_CXXALIASWARN (strerror_r); variable
980 # undef strerror_r macro
    [all...]
  /external/bison/darwin-lib/
string.h 1275 # undef strerror_r macro
1276 # define strerror_r macro
1289 _GL_CXXALIASWARN (strerror_r); variable
1292 # undef strerror_r macro
    [all...]
  /external/bison/linux-lib/
string.h 1275 # undef strerror_r macro
1276 # define strerror_r macro
1289 _GL_CXXALIASWARN (strerror_r); variable
1292 # undef strerror_r macro
    [all...]

Completed in 118 milliseconds