Home
last modified time | relevance | path

Searched refs:errno (Results 7651 - 7675 of 15864) sorted by relevance

1...<<301302303304305306307308309310>>...635

/third_party/libdrm/tests/amdgpu/
H A Dsyncobj_tests.c62 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 Dvic-flip.c23 #include <errno.h>
260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
H A Dvic-blit.c23 #include <errno.h>
260 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main()
/third_party/libfuse/lib/
H A Dhelper.c26 #include <errno.h>
162 arg, strerror(errno)); in fuse_helper_opt_proc()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c26 #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 Dfread.c248 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 Dmodule-match.c26 #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 DExecutableMemory.cpp30 # 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 Dsimpleover.c38 #include <errno.h>
309 sprite->name, strerror(errno)); in create_sprite()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c22 #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 Dtoolutil.cpp61 #include <errno.h>
193 if (retVal && errno != EEXIST) { in uprv_mkdir()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c335 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 Dw32functions.c27 #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 Dhb.hh408 # undef errno macro
409 # define errno _hb_errno macro
/third_party/python/Lib/test/test_json/
H A Dtest_tool.py1 import errno namespace
232 self.assertEqual(proc.returncode, errno.EPIPE)
/third_party/python/Lib/test/
H A Dtest_asynchat.py8 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 DLockFileManager.cpp86 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 Dmyreadline.c50 errno = 0; in my_fgets()
56 int err = errno; in my_fgets()
/third_party/python/Objects/
H A Dfileobject.c240 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 Dcontext.c3 #include <errno.h>
227 errno = EINVAL; in context_from_record()
H A Dsidtab.c11 #include <errno.h>
57 errno = EEXIST; in sepol_sidtab_insert()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs57 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 Dselinux_config.c11 #include <errno.h>
288 errno = EINVAL; in selinux_set_policy_root()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_freebsd.c4 * 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 DdeFile.c33 #include <errno.h>
184 return errno == EAGAIN ? DE_FILERESULT_WOULD_BLOCK : DE_FILERESULT_ERROR; in mapReadWriteResult()

Completed in 21 milliseconds

1...<<301302303304305306307308309310>>...635