/third_party/ffmpeg/libavformat/ |
H A D | smoothstreamingenc.c | 287 if (mkdir(s->url, 0777) == -1 && errno != EEXIST) { in ism_write_header() 289 return AVERROR(errno); in ism_write_header() 316 if (mkdir(os->dirname, 0777) == -1 && errno != EEXIST) { in ism_write_header() 318 return AVERROR(errno); in ism_write_header()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 95 errno = 0; in arg_parse_decimal_num() 97 if (errno > 0) { in arg_parse_decimal_num() 98 *err = -errno; in arg_parse_decimal_num() 873 fatal("Cannot open %s - %s", filename, strerror(errno)); in main()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 1195 errno = ENOENT; in TEST() 1197 errno = 0; in TEST() 1255 errno = 0; in TEST() 1265 errno = 0; in TEST()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 279 errno = ERANGE; 1031 errno = ERANGE; 1042 errno = ERANGE; 1051 errno = ERANGE;
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 27 #include <errno.h> 421 fprintf(stderr, "clock_gettime() returned error (%d)!", errno); in amdgpu_cs_calculate_timeout() 461 return -errno; in amdgpu_ioctl_wait_cs() 528 return -errno; in amdgpu_ioctl_wait_fences()
|
H A D | amdgpu_bo.c | 29 #include <errno.h> 277 r = -errno; in amdgpu_bo_import() 462 return -errno; in amdgpu_bo_cpu_map() 493 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno; in amdgpu_bo_cpu_unmap()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 230 fprintf(stderr, "%s could not mmap memory: %s\n", __FUNCTION__, strerror(errno)); in vmw_svga_winsys_add_stats() 240 fprintf(stderr, "%s could not mlock memory: %s\n", __FUNCTION__, strerror(errno)); in vmw_svga_winsys_add_stats() 246 fprintf(stderr, "%s could not madvise memory: %s\n", __FUNCTION__, strerror(errno)); in vmw_svga_winsys_add_stats() 289 fprintf(stderr, "%s could not ioctl: %s\n", __FUNCTION__, strerror(errno)); in vmw_svga_winsys_add_stats()
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 103 errno: { 353 if (ctx.errno !== undefined) { // libuv error numbers 820 errno: EISDIR, 845 errno: EISDIR,
|
/third_party/node/lib/ |
H A D | zlib.js | 184 function zlibOnError(message, errno, code) { 189 const error = genericNodeError(message, { errno, code }); 190 error.errno = errno;
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 524 errno = 0; in lws_tls_client_connect() 528 en = errno; in lws_tls_client_connect() 538 lwsl_info("%s: n %d, m %d, errno %d\n", __func__, n, m, en); in lws_tls_client_connect() 614 errno = 0; in lws_tls_client_confirm_peer_cert() 854 errno = 0;
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.cc | 9 #include <errno.h> 526 if (ret != 0 && errno == ENOSYS) in DiscardSystemPages() 528 if (ret != 0 && errno == EINVAL) in DiscardSystemPages() 791 return errno; in GetLastError()
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop.c | 29 #include <errno.h> 794 pa_log("pa_write() failed while trying to wake up the mainloop: %s", pa_cstrerror(errno)); in pa_mainloop_wakeup() 883 if (errno == EINTR) in pa_mainloop_poll() 886 pa_log("poll(): %s", pa_cstrerror(errno)); in pa_mainloop_poll()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 31 #include <errno.h> 589 if (errno == EINTR) { in thread_func() 598 } else if (errno != EAGAIN && !u->oob) { in thread_func() 605 pa_log("Failed to write data to FIFO: %s", pa_cstrerror(errno)); in thread_func()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format_test.cc | 288 errno = 0; in TEST_F() 291 EXPECT_EQ(errno, EBADF); in TEST_F() 298 errno = 0; in TEST_F() 301 EXPECT_EQ(errno, EFBIG); in TEST_F()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 894 errno = 0; 896 if (errno) 907 errno = 0; 909 if (errno)
|
/third_party/elfutils/src/ |
H A D | objdump.c | 240 error (0, errno, _("cannot open %s"), fname); in process_file() 257 error_exit (errno, _("while close `%s'"), fname); in process_file() 269 error_exit (errno, _("while close `%s'"), fname); in process_file()
|
H A D | stack.c | 196 error (EXIT_BAD, errno, "realloc frames.frame"); in frame_callback() 493 error (EXIT_BAD, errno, N_("Cannot open core file '%s'"), arg); in parse_opt() 712 error (EXIT_BAD, errno, "malloc frames.frame"); in main()
|
/third_party/curl/src/ |
H A D | tool_formparse.c | 205 warnf(sip->config, "stdin: %s", strerror(errno)); in tool_mime_stdin_read() 431 strerror(errno)); in read_field_headers() 562 strerror(errno)); in get_param_part()
|
/third_party/backends/lib/ |
H A D | snprintf.c | 85 AC_CHECK_HEADERS(stdlib.h,stdio.h,unistd.h,errno.h) 87 AC_CACHE_CHECK(for errno, 90 AC_TRY_LINK(,[extern int errno; return (errno);], 95 AC_CACHE_CHECK(for errno declaration, 107 #include <errno.h> 155 #include <errno.h> 470 #include <errno.h> 671 int err = errno; in dopr() 1047 # define num_errors (-1) /* always use "errno [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock_link_test.h | 120 #include <errno.h> 315 int saved_errno = errno; in TEST() 318 errno = saved_errno; in TEST()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 38 #include <errno.h> 1013 errno = 0; in ParseNaturalNumber() 1021 const bool parse_success = *end == '\0' && errno == 0; in ParseNaturalNumber()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 10 #include <errno.h>
252 while (res < 0 && (errno == EINTR));
in Read() 787 while (res < 0 && (errno == EINTR));
in Write()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 23 #include <errno.h> 721 if (errno != EAGAIN) { in main() 723 errno); in main()
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 31 #include <errno.h>
227 == 0 ? 0 : errno;
in MyCreateDir() 417 return errno;
in Set_File_FILETIME()
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 1248 errno = 0; in scan_number() 1258 if (errno == 0) in scan_number() 1274 if (errno == 0) in scan_number()
|