Home
last modified time | relevance | path

Searched refs:errno (Results 6701 - 6725 of 6809) sorted by relevance

1...<<261262263264265266267268269270>>...273

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c15 #include <errno.h>
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1833 errfunc: ::Option<extern "C" fn(epath: *const c_char, errno: ::c_int) -> ::c_int>, in glob()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1274 errfunc: ::Option<extern "C" fn(epath: *const ::c_char, errno: ::c_int) -> ::c_int>, in glob64()
/third_party/openssl/test/
H A Dssl_old_test.c23 #include <errno.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c27 #include <errno.h>
H A Dmodule-combine-sink.c25 #include <errno.h>
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c15 #include <errno.h>
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp31 # include <errno.h>
/third_party/openssl/ssl/record/
H A Dssl3_record.c217 switch (errno) { in ssl3_get_record()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1875 errno = EINVAL; in time1()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c1942 ( (LONG_MAX == cval) && (errno == ERANGE) ) )
/third_party/python/Modules/
H A D_winapi.c1853 errno = EINTR; in _winapi_WaitForMultipleObjects_impl()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs9 use crate::{errno::Errno, Result};
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp31 # include <errno.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_file.c409 "error: %s", name, strerror(errno)); in wpa_config_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c696 "configuration file: %s", strerror(errno)); in hapd_wps_cred_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_file.c363 "error: %s", name, strerror(errno)); in wpa_config_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c642 "configuration file: %s", strerror(errno)); in hapd_wps_cred_cb()
/third_party/sqlite/src/
H A Dsqlite3.c10517 ** called to get back the underlying "errno" that caused the problem, such
44157 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); proxyBreakConchLock() local
44161 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); proxyBreakConchLock() local
44165 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); proxyBreakConchLock() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1976 logfilename, strerror(errno)); in new_video_stream()
3212 av_log(NULL, AV_LOG_FATAL, "Unable to get current time: %s\n", strerror(errno)); in opt_vstats()
/third_party/backends/backend/
H A Dcanon_lide70-common.c24 #include <errno.h>
2912 DBG (1, "err:%s when opening %s\n", strerror (errno), chndl->fname); in do_scan()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c2997 if (errno == EINTR && !PCMINABORT(pcm) && !(pcm->mode & SND_PCM_EINTR)) in snd_pcm_wait_nocheck()
2999 return -errno; in snd_pcm_wait_nocheck()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c749 if (errno == ENOMEM) { in anv_physical_device_try_create()
3703 if (ret == -1 && errno == ETIME) { in anv_device_wait()
/third_party/libdrm/tests/amdgpu/
H A Dbasic_tests.c806 if ((r == -EACCES) && (errno == EACCES)) in suite_basic_tests_init()
809 strerror(errno)); in suite_basic_tests_init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp124 errno = 0;
126 if (errno)
787 // It would be readonly too, except that it still may write to errno.
1538 // effects (e.g., errno). When the only consumer for the original
1617 // If errno is never set, then use the intrinsic for sqrt().
1981 // Since pow() may have side effects, e.g. errno,
2004 // Since exp() may have side effects, e.g. errno,
2112 // We can only hope to do anything useful if we can ignore things like errno

Completed in 217 milliseconds

1...<<261262263264265266267268269270>>...273