Home
last modified time | relevance | path

Searched refs:strerror_r (Results 1 – 25 of 51) sorted by relevance

123

/external/bison/m4/
Dstrerror_r.m41 # strerror_r.m4 serial 15
12 dnl Persuade Solaris <string.h> to declare strerror_r().
15 dnl Some systems don't declare strerror_r() if _THREAD_SAFE and _REENTRANT
17 AC_CHECK_DECLS_ONCE([strerror_r])
26 dnl The system's strerror_r has bugs. Replace it.
30 dnl The system's strerror_r() has a wrong signature. Replace it.
34 dnl The system's strerror_r() cannot know about the new errno values we
41 # Prerequisites of lib/strerror_r.c.
49 # Detect if strerror_r works, but without affecting whether a replacement
50 # strerror_r will be used.
[all …]
Dperror.m414 dnl since on glibc systems, strerror_r is replaced only for signature
16 dnl replace perror if strerror_r was replaced for a content fix.
59 dnl system's strerror_r(). Replace it.
Dstrerror.m443 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
Dstring_h.m432 strerror_r strsignal strverscmp])
Dgnulib-comp.m4199 # Code from module strerror_r-posix:
687 AC_LIBOBJ([strerror_r])
690 gl_STRING_MODULE_INDICATOR([strerror_r])
1097 lib/strerror_r.c
1280 m4/strerror_r.m4
/external/lldb/source/Utility/
DPseudoTerminal.cpp96 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster()
104 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster()
113 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster()
151 ::strerror_r (errno, error_str, error_len); in OpenSlave()
186 ::strerror_r (errno, error_str, error_len); in GetSlaveName()
229 ::strerror_r (errno, error_str, error_len); in Fork()
247 ::strerror_r (errno, error_str, error_len); in Fork()
254 ::strerror_r (errno, error_str, error_len); in Fork()
260 ::strerror_r (errno, error_str, error_len); in Fork()
266 ::strerror_r (errno, error_str, error_len); in Fork()
/external/bison/lib/
Dstrerror_r.c137 strerror_r (int errnum, char *buf, size_t buflen) in strerror_r() function
138 #undef strerror_r in strerror_r()
173 safe_copy (buf, buflen, strerror_r (errnum, buf, buflen)); in strerror_r()
190 ret = strerror_r (errnum, stackbuf, sizeof stackbuf); in strerror_r()
195 ret = strerror_r (errnum, buf, buflen); in strerror_r()
198 ret = strerror_r (errnum, buf, buflen); in strerror_r()
212 strerror_r (errnum, stackbuf, sizeof stackbuf); in strerror_r()
232 if (strerror_r (errnum, stackbuf, sizeof stackbuf) == ERANGE) in strerror_r()
Dstring.in.h963 # undef strerror_r
964 # define strerror_r rpl_strerror_r macro
966 _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)
968 _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen));
971 _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)
974 _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen));
977 _GL_CXXALIASWARN (strerror_r);
980 # undef strerror_r
982 _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - "
Derror.c107 char *strerror_r ();
109 int strerror_r ();
117 # if HAVE_STRERROR_R || defined strerror_r
118 # define __strerror_r strerror_r
Dperror.c41 ret = strerror_r (errno, stackbuf, sizeof stackbuf); in perror()
Dgnulib.mk2093 EXTRA_DIST += strerror_r.c
2095 EXTRA_libbison_a_SOURCES += strerror_r.c
DMakefile.in173 $(top_srcdir)/m4/strerror_r.m4 $(top_srcdir)/m4/string_h.m4 \
1550 strerror-override.c strerror-override.h strerror_r.c \
1613 strerror.c strerror-override.c strerror_r.c strndup.c \
1865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_r.Po@am__quote@
/external/llvm/lib/Support/
DErrno.cpp52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
/external/bison/linux-lib/
Dstring.h1275 # undef strerror_r
1276 # define strerror_r rpl_strerror_r macro
1278 _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)
1280 _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen));
1283 _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)
1286 _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen));
1289 _GL_CXXALIASWARN (strerror_r);
1292 # undef strerror_r
1294 _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - "
/external/bison/darwin-lib/
Dstring.h1275 # undef strerror_r
1276 # define strerror_r rpl_strerror_r macro
1278 _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)
1280 _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen));
1283 _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)
1286 _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen));
1289 _GL_CXXALIASWARN (strerror_r);
1292 # undef strerror_r
1294 _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - "
/external/conscrypt/src/compat/native/
DJNIHelp.cpp136 return strerror_r(errnum, buf, buflen); in jniStrError()
138 int rc = strerror_r(errnum, buf, buflen); in jniStrError()
/external/compiler-rt/test/asan/TestCases/Posix/
Dstrerror_r_test.cc11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
/external/compiler-rt/test/msan/
Dstrerror_r-non-gnu.c14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
/external/elfutils/src/libdwfl/
Ddwfl_error.c145 return strerror_r (error & 0xffff, "bad", 0);
/external/linux-tools-perf/src/tools/perf/util/
Dtarget.c116 const char *err = strerror_r(errnum, buf, buflen); in perf_target__strerror()
/external/jemalloc/src/
Dutil.c88 char *b = strerror_r(err, buf, buflen); in buferror()
95 return (strerror_r(err, buf, buflen)); in buferror()
/external/bison/
DAndroid.mk85 lib/strerror_r.c \
/external/llvm/include/llvm/Config/
Dconfig.h.in265 /* Define to 1 if you have the `strerror_r' function. */
Dconfig.h.cmake283 /* Define to 1 if you have the `strerror_r' function. */
/external/llvm/cmake/
Dconfig-ix.cmake181 check_symbol_exists(strerror_r string.h HAVE_STRERROR_R)

123