/third_party/libdrm/tests/amdgpu/ |
H A D | syncobj_tests.c | 62 if ((r == -EACCES) && (errno == EACCES)) in suite_syncobj_timeline_tests_init() 65 strerror(errno)); in suite_syncobj_timeline_tests_init()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-flip.c | 23 #include <errno.h> 260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
|
H A D | vic-blit.c | 23 #include <errno.h> 260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
|
/third_party/libfuse/lib/ |
H A D | helper.c | 26 #include <errno.h> 162 arg, strerror(errno)); in fuse_helper_opt_proc()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 26 #include <errno.h> 412 die("error: cannot open %s: %s", outfile, strerror(errno)); in sparse_initialize()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fread.c | 248 t_error("fread_0700 servbuf failed errno=", errno); in fread_0700() 322 t_error("fread_0700 servbuf failed errno=", errno); in fread_0800()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-match.c | 26 #include <errno.h> 97 pa_log("Failed to open file config file: %s", pa_cstrerror(errno)); in load_rules()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 30 # include <errno.h> 82 errno = result; in allocateRaw() 163 // In the event of no system call this returns -1 with errno set in memfd_create()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | simpleover.c | 38 #include <errno.h> 309 sprite->name, strerror(errno)); in create_sprite()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 22 #include <errno.h> 73 png_error(png_ptr, strerror(errno)); in PNG_CALLBACK()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.cpp | 61 #include <errno.h> 193 if (retVal && errno != EEXIST) { in uprv_mkdir()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 335 SPDYF_DEBUG("bind %i",errno); in SPDYF_start_daemon_va() 341 SPDYF_DEBUG("listen %i",errno); in SPDYF_start_daemon_va()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 27 #include <errno.h> 37 * Return errno equivalent of last winsock error 38 * @return errno equivalent of last winsock error 103 * Works fine with both standard errno errnums 105 * @param errnum the errno or value from MHD_W32_errno_from_winsock_() 395 * Set last winsock error to equivalent of given errno value 396 * @param errnum the errno value to set 560 errno = EINVAL; in MHD_W32_pair_of_sockets_()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb.hh | 408 # undef errno macro 409 # define errno _hb_errno macro
|
/third_party/python/Lib/test/test_json/ |
H A D | test_tool.py | 1 import errno namespace 232 self.assertEqual(proc.returncode, errno.EPIPE)
|
/third_party/python/Lib/test/ |
H A D | test_asynchat.py | 8 import errno namespace 267 sock.recv.side_effect = BlockingIOError(errno.EAGAIN)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 86 return std::error_code(errno, std::system_category()); in getHostID() 116 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
|
/third_party/python/Parser/ |
H A D | myreadline.c | 50 errno = 0; in my_fgets() 56 int err = errno; in my_fgets()
|
/third_party/python/Objects/ |
H A D | fileobject.c | 240 errno = ENXIO; /* What can you do... */ in _Py_UniversalNewlineFgetsWithSize() 346 /* save errno, it can be modified indirectly by Py_XDECREF() */ in stdprinter_write() 347 err = errno; in stdprinter_write()
|
/third_party/selinux/libsepol/src/ |
H A D | context.c | 3 #include <errno.h> 227 errno = EINVAL; in context_from_record()
|
H A D | sidtab.c | 11 #include <errno.h> 57 errno = EEXIST; in sepol_sidtab_insert()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | dir.rs | 57 use libc_errno::{errno, set_errno, Errno}; 106 let curr_errno = errno().0; in read() 111 // `errno` is unknown or non-zero, so an error occurred. in read()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_config.c | 11 #include <errno.h> 288 errno = EINVAL; in selinux_set_policy_root()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_freebsd.c | 4 * Copyright (c) 2005, Sam Leffler <sam@errno.com> 151 __func__, l2->ifname, strerror(errno)); in l2_packet_init_libpcap() 219 errno = ESRCH; in eth_get()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deFile.c | 33 #include <errno.h> 184 return errno == EAGAIN ? DE_FILERESULT_WOULD_BLOCK : DE_FILERESULT_ERROR; in mapReadWriteResult()
|