/external/bison/m4/ |
D | strerror_r.m4 | 1 # 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 …]
|
D | perror.m4 | 14 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.
|
D | strerror.m4 | 43 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
|
D | string_h.m4 | 32 strerror_r strsignal strverscmp])
|
D | gnulib-comp.m4 | 199 # 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/ |
D | PseudoTerminal.cpp | 96 ::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/ |
D | strerror_r.c | 137 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()
|
D | string.in.h | 963 # 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 - "
|
D | error.c | 107 char *strerror_r (); 109 int strerror_r (); 117 # if HAVE_STRERROR_R || defined strerror_r 118 # define __strerror_r strerror_r
|
D | perror.c | 41 ret = strerror_r (errno, stackbuf, sizeof stackbuf); in perror()
|
D | gnulib.mk | 2093 EXTRA_DIST += strerror_r.c 2095 EXTRA_libbison_a_SOURCES += strerror_r.c
|
D | Makefile.in | 173 $(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/ |
D | Errno.cpp | 52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError() 54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
|
/external/bison/linux-lib/ |
D | string.h | 1275 # 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/ |
D | string.h | 1275 # 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/ |
D | JNIHelp.cpp | 136 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/ |
D | strerror_r_test.cc | 11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
|
/external/compiler-rt/test/msan/ |
D | strerror_r-non-gnu.c | 14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
|
/external/elfutils/src/libdwfl/ |
D | dwfl_error.c | 145 return strerror_r (error & 0xffff, "bad", 0);
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | target.c | 116 const char *err = strerror_r(errnum, buf, buflen); in perf_target__strerror()
|
/external/jemalloc/src/ |
D | util.c | 88 char *b = strerror_r(err, buf, buflen); in buferror() 95 return (strerror_r(err, buf, buflen)); in buferror()
|
/external/bison/ |
D | Android.mk | 85 lib/strerror_r.c \
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 265 /* Define to 1 if you have the `strerror_r' function. */
|
D | config.h.cmake | 283 /* Define to 1 if you have the `strerror_r' function. */
|
/external/llvm/cmake/ |
D | config-ix.cmake | 181 check_symbol_exists(strerror_r string.h HAVE_STRERROR_R)
|