Home
last modified time | relevance | path

Searched refs:errnum (Results 51 - 70 of 70) sorted by relevance

123

/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h2137 inline const char* StrError(int errnum) { return strerror(errnum); } in StrError() argument
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1564 const char* pa_alsa_strerror(int errnum) { in pa_alsa_strerror() argument
1572 original = snd_strerror(errnum); in pa_alsa_strerror()
1575 pa_snprintf(errbuf, sizeof(errbuf), "Unknown error %i", errnum); in pa_alsa_strerror()
/third_party/python/Modules/_io/
H A Dbufferedio.c1804 int errnum; in _bufferedwriter_raw_write()
1819 errnum = errno; in _bufferedwriter_raw_write()
1829 errno = errnum; in _bufferedwriter_raw_write()
1803 int errnum; _bufferedwriter_raw_write() local
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1657 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1660 compressed file. errnum is set to zlib error number. If an error occurred
1661 in the file system and not in the compression library, errnum is set to
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1655 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1658 compressed file. errnum is set to zlib error number. If an error occurred
1659 in the file system and not in the compression library, errnum is set to
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c3539 int errnum; in grep_or_recurse() local
3540 const char *err = BZ2_bzerror(inbz2, &errnum); in grep_or_recurse()
3541 if (errnum == BZ_DATA_ERROR_MAGIC) in grep_or_recurse()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs618 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/mksh/
H A Dsh.h489 #define cstrerror(errnum) ((const char *)strerror(errnum))
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs614 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/
H A Dwasi.rs674 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs963 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs982 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1763 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1226 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1591 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2748 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3095 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2706 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3738 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3882 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()

Completed in 97 milliseconds

123