Home
last modified time | relevance | path

Searched defs:errnum (Results 1 - 25 of 31) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dcore-error.c41 const char* pa_cstrerror(int errnum) { in pa_cstrerror() argument
/third_party/elfutils/lib/
H A Derror.c40 void error(int status, int errnum, const char *format, ...) { in error() argument
/third_party/nghttp2/src/
H A Dxsi_strerror.c38 char *xsi_strerror(int errnum, char *buf, size_t buflen) { in xsi_strerror() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrno.cpp37 std::string StrError(int errnum) { in StrError() argument
69 stream << "Error #" << errnum; in StrError() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
68 stream << "Error #" << errnum; in StrError() local
/third_party/ffmpeg/libavutil/
H A Derror.c108 int av_strerror(int errnum, char *errbuf, size_t errbuf_size) in av_strerror() argument
H A Derror.h111 static inline char *av_make_error_string(char *errbuf, size_t errbuf_size, int errnum) in av_make_error_string() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DUnix.h74 ReportErrnumFatal(const char *Msg, int errnum) ReportErrnumFatal() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror.cc32 const char* StrErrorAdaptor(int errnum, char* buf, size_t buflen) { in StrErrorAdaptor() argument
53 std::string StrErrorInternal(int errnum) { in StrErrorInternal() argument
77 std::string StrError(int errnum) { in StrError() argument
[all...]
/third_party/elfutils/libdwfl/
H A Dargp-std.c103 failure (Dwfl *dwfl, int errnum, const char *msg, struct argp_state *state) in failure() argument
115 fail (Dwfl *dwfl, int errnum, const char *msg, struct argp_state *state) in fail() argument
/third_party/alsa-lib/src/
H A Derror.c51 const char *snd_strerror(int errnum) in snd_strerror() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx03.c44 int32_t errnum; member
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c96 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() argument
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c108 const char* MHD_W32_strerror_(int errnum) in MHD_W32_strerror_() argument
398 void MHD_W32_set_last_winsock_error_(int errnum) in MHD_W32_set_last_winsock_error_() argument
/third_party/zlib/contrib/iostream2/
H A Dzstream.h97 const char* error(int* errnum) { in error() argument
230 const char* error(int* errnum) { in error() argument
/third_party/node/deps/zlib/
H A Dgzlib.c490 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Do_str.c297 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r() argument
/third_party/openssl/crypto/
H A Do_str.c299 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r() argument
/third_party/zlib/
H A Dgzlib.c501 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() argument
/third_party/mksh/
H A Dshf.c1093 cstrerror(int errnum) in cstrerror() argument
1109 cstrerror(int errnum) in cstrerror() argument
/third_party/libsnd/src/
H A Dsndfile.c545 sf_error_number (int errnum) in sf_error_number() argument
569 int errnum ; in sf_strerror() local
615 int errnum ; sf_perror() local
636 int errnum ; sf_error_str() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_process.c186 static ares_bool_t try_again(int errnum) in try_again() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c189 static void semind_error(int status, int errnum, const char *fmt, ...) in semind_error() argument
/third_party/backends/backend/
H A Dhp-scl.c2056 hp_scl_strerror (int errnum) in hp_scl_strerror() argument
2087 int errnum; in sanei_hp_scl_errcheck() local
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2121 inline const char* StrError(int errnum) { return strerror(errnum); } in StrError() argument

Completed in 21 milliseconds

12