/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_dgram.c | 15 #include <errno.h>
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1833 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 D | mod.rs | 1274 errfunc: ::Option<extern "C" fn(epath: *const ::c_char, errno: ::c_int) -> ::c_int>, in glob64()
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 23 #include <errno.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-device-manager.c | 27 #include <errno.h>
|
H A D | module-combine-sink.c | 25 #include <errno.h>
|
/third_party/openssl/crypto/bio/ |
H A D | bss_dgram.c | 15 #include <errno.h>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 31 # include <errno.h>
|
/third_party/openssl/ssl/record/ |
H A D | ssl3_record.c | 217 switch (errno) { in ssl3_get_record()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 1875 errno = EINVAL; in time1()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 1942 ( (LONG_MAX == cval) && (errno == ERANGE) ) )
|
/third_party/python/Modules/ |
H A D | _winapi.c | 1853 errno = EINTR; in _winapi_WaitForMultipleObjects_impl()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 9 use crate::{errno::Errno, Result};
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 31 # include <errno.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 409 "error: %s", name, strerror(errno)); in wpa_config_read()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 696 "configuration file: %s", strerror(errno)); in hapd_wps_cred_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_file.c | 363 "error: %s", name, strerror(errno)); in wpa_config_read()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 642 "configuration file: %s", strerror(errno)); in hapd_wps_cred_cb()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 10517 ** 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 D | ffmpeg_opt.c | 1976 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 D | canon_lide70-common.c | 24 #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 D | pcm.c | 2997 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 D | anv_device.c | 749 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 D | basic_tests.c | 806 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 D | SimplifyLibCalls.cpp | 124 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
|