HomeSort by relevance Sort by last modified time
    Searched defs:strerror_r (Results 1 - 6 of 6) 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 $ */
46 int strerror_r(int error_number, char* buf, size_t buf_len) { function
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 366 /* BSD style strerror_r */
367 int WRAP(strerror_r)(int errnum, char *buf, size_t buflen) function
369 return REAL(strerror_r)(errno_pton(errnum), buf, buflen);
  /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 637 milliseconds