Home
last modified time | relevance | path

Searched refs:errno (Results 4151 - 4175 of 5776) sorted by relevance

1...<<161162163164165166167168169170>>...232

/third_party/ffmpeg/libavformat/
H A Dsmoothstreamingenc.c287 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 Darecordmidi.c95 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 Dgoogletest-death-test-test.cc1195 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 Dstrtodg.c279 errno = ERANGE;
1031 errno = ERANGE;
1042 errno = ERANGE;
1051 errno = ERANGE;
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c27 #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 Damdgpu_bo.c29 #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 Dvmw_screen_svga.c230 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 Dutils.js103 errno: {
353 if (ctx.errno !== undefined) { // libuv error numbers
820 errno: EISDIR,
845 errno: EISDIR,
/third_party/node/lib/
H A Dzlib.js184 function zlibOnError(message, errno, code) {
189 const error = genericNodeError(message, { errno, code });
190 error.errno = errno;
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c524 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 Dplatform-posix.cc9 #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 Dmainloop.c29 #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 Draop-sink.c31 #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 Dstr_format_test.cc288 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 Dpolicy_parse.y894 errno = 0;
896 if (errno)
907 errno = 0;
909 if (errno)
/third_party/elfutils/src/
H A Dobjdump.c240 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 Dstack.c196 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 Dtool_formparse.c205 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 Dsnprintf.c85 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 Dgmock_link_test.h120 #include <errno.h>
315 int saved_errno = errno; in TEST()
318 errno = saved_errno; in TEST()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h38 #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 DFileStreams.cpp10 #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 Doscore-interop-server.c23 #include <errno.h>
721 if (errno != EAGAIN) { in main()
723 errno); in main()
/third_party/lzma/C/Util/7z/
H A D7zMain.c31 #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 Dlexer.hpp1248 errno = 0; in scan_number()
1258 if (errno == 0) in scan_number()
1274 if (errno == 0) in scan_number()

Completed in 32 milliseconds

1...<<161162163164165166167168169170>>...232