Home
last modified time | relevance | path

Searched refs:errno (Results 5351 - 5375 of 5776) sorted by relevance

1...<<211212213214215216217218219220>>...232

/third_party/backends/backend/
H A Dcanon630u-common.c51 #include <errno.h>
584 DBG (1, "err:%s when opening %s\n", strerror (errno), s->fname); in do_scan()
H A Dhp5400_internal.c58 #include <errno.h>
841 HP5400_DBG (DBG_MSG, "Couldn't open outputfile (%s)\n", strerror (errno)); in DoScan()
H A Dhp5400_sane.c68 #include <errno.h>
667 HP5400_CONFIG_FILE, strerror (errno)); in sane_init()
H A Dsnapscan-sources.c257 if (errno == EAGAIN) in FDSource_get()
264 __func__, strerror(errno)); in FDSource_get()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2068 // DoIsATTY might change errno (for example ENOTTY in case you redirect stdout in IsATTY()
2071 int savedErrno = errno; in IsATTY()
2073 errno = savedErrno; in IsATTY()
/third_party/libsnd/src/
H A Dalac.c25 #include <errno.h>
356 { psf_log_printf (psf, "Error : Failed to open temp file '%s' : \n", plac->enctmpname, strerror (errno)) ; in alac_writer_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c718 if (mkdir(dump_dir, 0774) && errno != EEXIST) { in radv_check_gpu_hangs()
719 fprintf(stderr, "radv: can't create directory '%s' (%i).\n", dump_dir, errno); in radv_check_gpu_hangs()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h2084 // DoIsATTY might change errno (for example ENOTTY in case you redirect stdout in IsATTY()
2087 int savedErrno = errno; in IsATTY()
2089 errno = savedErrno; in IsATTY()
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c1737 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in has_bit6_swizzle()
/third_party/littlefs/scripts/
H A Dperf.py16 import errno namespace
191 err = errno.EOWNERDEAD
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c150 if ((r == -EACCES) && (errno == EACCES)) in suite_vce_tests_init()
153 strerror(errno)); in suite_vce_tests_init()
/third_party/libevdev/test/
H A Dtest-libevdev-has-event.c8 #include <errno.h>
341 ck_assert_msg(rc == 0, "fcntl failed: %s", strerror(errno)); in START_TEST()
/third_party/libinput/test/
H A Dtest-touch.c27 #include <errno.h>
543 return fd < 0 ? -errno : fd; in open_restricted()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c46 errno = ENOSYS; in setpgid()
52 errno = ENOSYS; in fork()
/third_party/python/Lib/
H A Dpathlib.py11 from errno import ENOENT, ENOTDIR, EBADF, ELOOP
39 return (getattr(exception, 'errno', None) in _IGNORED_ERRNOS or
989 if e.errno == ELOOP or winerror == _WINERROR_CANT_RESOLVE_FILENAME:
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c34 #include <errno.h>
45 #define THROW_UNIX(m) THROW(m, strerror(errno))
H A Dtjunittest.c36 #include <errno.h>
364 strerror(errno)); in writeJPEG()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c132 #include <errno.h>
1836 fprintf(stderr, "%s: %s: could not open\n", arg, strerror(errno)); in main()
/third_party/openssl/apps/
H A Docsp.c46 errno = ENOSYS; in setpgid()
52 errno = ENOSYS; in fork()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp926 return std::error_code(errno, std::generic_category());
1148 return std::error_code(errno, std::generic_category());
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h715 EXPECT_NE(MAP_FAILED, ExecutableData) << strerror(errno);
720 EXPECT_NE(nullptr, ExecutableData) << strerror(errno);
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs582 let code = match libc_errno::errno().0 {
605 // Translate expected errno codes into ad-hoc integer
607 let code = match libc_errno::errno().0 {
629 // Translate our ad-hoc exit statuses back to errno codes.
855 // `posix_fadvise` returns its error status rather than using `errno`.
1184 // `posix_fallocate` returns its error status rather than using `errno`.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c160 errno = EWOULDBLOCK; in tls_pull_func()
189 errno = ENOMEM; in tls_push_func()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c160 errno = EWOULDBLOCK; in tls_pull_func()
189 errno = ENOMEM; in tls_push_func()
/third_party/glfw/src/
H A Dx11_init.c39 #include <errno.h>
1056 strerror(errno)); in createEmptyEventPipe()
1071 strerror(errno)); in createEmptyEventPipe()

Completed in 51 milliseconds

1...<<211212213214215216217218219220>>...232