/third_party/backends/backend/ |
H A D | canon630u-common.c | 51 #include <errno.h> 584 DBG (1, "err:%s when opening %s\n", strerror (errno), s->fname); in do_scan()
|
H A D | hp5400_internal.c | 58 #include <errno.h> 841 HP5400_DBG (DBG_MSG, "Couldn't open outputfile (%s)\n", strerror (errno)); in DoScan()
|
H A D | hp5400_sane.c | 68 #include <errno.h> 667 HP5400_CONFIG_FILE, strerror (errno)); in sane_init()
|
H A D | snapscan-sources.c | 257 if (errno == EAGAIN) in FDSource_get() 264 __func__, strerror(errno)); in FDSource_get()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 2068 // 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 D | alac.c | 25 #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 D | radv_debug.c | 718 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 D | gtest-port.h | 2084 // 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 D | intel_device_info.c | 1737 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in has_bit6_swizzle()
|
/third_party/littlefs/scripts/ |
H A D | perf.py | 16 import errno namespace 191 err = errno.EOWNERDEAD
|
/third_party/libdrm/tests/amdgpu/ |
H A D | vce_tests.c | 150 if ((r == -EACCES) && (errno == EACCES)) in suite_vce_tests_init() 153 strerror(errno)); in suite_vce_tests_init()
|
/third_party/libevdev/test/ |
H A D | test-libevdev-has-event.c | 8 #include <errno.h> 341 ck_assert_msg(rc == 0, "fcntl failed: %s", strerror(errno)); in START_TEST()
|
/third_party/libinput/test/ |
H A D | test-touch.c | 27 #include <errno.h> 543 return fd < 0 ? -errno : fd; in open_restricted()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 46 errno = ENOSYS; in setpgid() 52 errno = ENOSYS; in fork()
|
/third_party/python/Lib/ |
H A D | pathlib.py | 11 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 D | tjbench.c | 34 #include <errno.h> 45 #define THROW_UNIX(m) THROW(m, strerror(errno))
|
H A D | tjunittest.c | 36 #include <errno.h> 364 strerror(errno)); in writeJPEG()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 132 #include <errno.h> 1836 fprintf(stderr, "%s: %s: could not open\n", arg, strerror(errno)); in main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 46 errno = ENOSYS; in setpgid() 52 errno = ENOSYS; in fork()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Path.cpp | 926 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 D | TestUtil.h | 715 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 D | syscalls.rs | 582 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 D | tls_gnutls.c | 160 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 D | tls_gnutls.c | 160 errno = EWOULDBLOCK; in tls_pull_func() 189 errno = ENOMEM; in tls_push_func()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 39 #include <errno.h> 1056 strerror(errno)); in createEmptyEventPipe() 1071 strerror(errno)); in createEmptyEventPipe()
|