Home
last modified time | relevance | path

Searched refs:errno (Results 4751 - 4775 of 5776) sorted by relevance

1...<<191192193194195196197198199200>>...232

/third_party/python/Parser/
H A Dpegen.c568 errno = 0; in parsenumber_raw()
573 if (x < 0 && errno == 0) { in parsenumber_raw()
581 if (errno != 0) { in parsenumber_raw()
/third_party/python/Modules/
H A Dossaudiodev.c505 if (errno == EAGAIN) { in oss_writeall()
626 return -errno; in _ssize()
647 return -errno; in _ssize()
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py17 import errno namespace
49 if e.errno == errno.EEXIST and os.path.isdir(dir):
/third_party/libbpf/src/
H A Dbtf.c11 #include <errno.h>
637 return errno = EINVAL, NULL; in btf__type_by_id()
873 return errno = EINVAL, 0; in btf__align_of()
1132 err = -errno;
1133 pr_warn("failed to open %s: %s\n", path, strerror(errno));
1331 err = -errno;
1348 err = -errno;
1353 err = -errno;
1358 err = -errno;
1482 if (!log_buf && errno
[all...]
/third_party/backends/backend/
H A Dp5_device.c92 DBG (DBG_error, "ppdev ioctl returned <%s>\n", strerror (errno)); in p5_inb()
143 DBG (DBG_error, "ppdev ioctl returned <%s>\n", strerror (errno)); in p5_outb()
490 switch (errno) in open_pp()
507 DBG (DBG_error, "open_pp: %s while opening %s\n", strerror (errno), in open_pp()
/third_party/backends/tools/
H A Dsane-find-scanner.c29 #include <errno.h>
1115 printf ("cannot stat `%s' (%s)\n", dir_name, strerror (errno)); in scan_directory()
1128 strerror (errno)); in scan_directory()
1420 printf ("opening %s failed: %s\n", filename, strerror (errno)); in parse_file()
/third_party/googletest/googletest/scripts/
H A Dupload.py1241 except OSError, (errno, message):
1242 if errno != 2: # ENOENT -- they don't have hg installed.
1257 except OSError, (errno, message):
1258 if errno != 2: # ENOENT -- they don't have git installed.
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c55 #include <errno.h>
1059 errno = EINVAL; in ntfs_fek_import_from_raw()
1065 errno = ENOMEM; in ntfs_fek_import_from_raw()
1145 errno = err; in ntfs_fek_import_from_raw()
/third_party/nghttp2/src/
H A Dutil.cc993 while ((flags = fcntl(fd, F_GETFD)) == -1 && errno == EINTR) in make_socket_closeonexec()
995 while ((rv = fcntl(fd, F_SETFD, flags | FD_CLOEXEC)) == -1 && errno == EINTR) in make_socket_closeonexec()
1010 while ((flags = fcntl(fd, F_GETFL, 0)) == -1 && errno == EINTR) in make_socket_nonblocking()
1012 while ((rv = fcntl(fd, F_SETFL, flags | O_NONBLOCK)) == -1 && errno == EINTR) in make_socket_nonblocking()
/third_party/ninja/src/
H A Dbuild.cc18 #include <errno.h>
955 *err = string("Error writing to build log: ") + strerror(errno); in FinishCommand()
968 *err = std::string("Error writing to deps log: ") + strerror(errno); in FinishCommand()
1031 *err = string("deleting depfile: ") + strerror(errno) + string("\n"); in ExtractDeps()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c30 #include <errno.h>
145 errno == EINTR); in read_file_uint64()
250 &invalid_config_id) < 0 && errno == ENOENT; in kernel_has_dynamic_config_support()
338 query->name, query->guid, strerror(errno)); in init_oa_configs()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp31 #include <errno.h>
153 fprintf(stderr, "open %s failed: %s\n", filename, strerror(errno)); in aub_file_open()
158 fprintf(stderr, "stat failed: %s\n", strerror(errno)); in aub_file_open()
165 fprintf(stderr, "mmap failed: %s\n", strerror(errno)); in aub_file_open()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c656 result = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_android_image_from_anb()
749 result = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_AcquireImageANDROID()
1229 errno = 0; in vn_android_device_import_ahb()
1232 return (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_android_device_import_ahb()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp69 #include <errno.h>
659 errno = 0; in doBinarySearch()
660 if (errno != 0) { in doBinarySearch()
661 fprintf(stderr, "Error %d returned from strcoll.\n", errno); in doBinarySearch()
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c548 printf("ftell failed with %d\n", errno); in get_file_data()
768 printf("ftell failed with %d\n", errno); in checkSsiByFilelist()
1140 printf("stat(%s) failed with error %d\n", filename, errno); in file_write_http_header()
1145 printf("gmtime() failed with error %d\n", errno); in file_write_http_header()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c18 #include <errno.h>
456 * read error returns an errno value, else returns 0.
499 /* Some kind of funky error; errno should be non-zero */ in buffer_from_file()
500 return errno == 0 ? ERANGE : errno; in buffer_from_file()
794 display_log(dp, USER_ERROR, "open failed: %s", strerror(errno)); in display_cache_file()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c110 private copies of the system 'errno' value and, on Windows, the system error code
114 the system 'errno' value with the private copy just before the actual
910 space[0] = errno; in _call_function_pointer()
911 errno = temp; in _call_function_pointer()
940 space[0] = errno; in _call_function_pointer()
941 errno = temp; in _call_function_pointer()
/third_party/tzdata/
H A Dzdump.c256 char const *e = strerror(errno); in tzalloc()
336 char const *e = strerror(errno); in gmtzinit()
446 : fclose(stream) != 0 ? strerror(errno) : NULL); in close_file()
603 char const *e = strerror(errno); in main()
/third_party/python/Lib/test/
H A Dtest_ftplib.py9 import errno namespace
364 if err.args[0] == errno.ECONNABORTED:
802 if e.errno == errno.EADDRINUSE:
813 if e.errno == errno.EADDRINUSE:
/third_party/toybox/toys/pending/
H A Ddhcp.c364 errno=0; in strtou32()
370 if (errno) return -1; in strtou32()
536 if (stat(script, &sts) == -1 && errno == ENOENT) return; in run_script()
554 error = errno; in run_script()
559 errno = error; in run_script()
1328 if (errno == EINTR) { in dhcp_main()
H A Dip.c334 if (errno || (ptr && *ptr) || i < 0 || i > 255) in idxfromRPDB()
1267 errno = -err->error; in ipaddrupdate()
1736 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in display_route_info()
1738 error_msg("netlink receive error %s", strerror(errno)); in display_route_info()
1761 errno = -merr->error; in display_route_info()
2792 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in filter_nlmesg()
2794 error_msg("netlink receive error %s", strerror(errno)); in filter_nlmesg()
2817 errno in filter_nlmesg()
[all...]
/third_party/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c33 #include <errno.h>
/third_party/ffmpeg/doc/examples/
H A Dvaapi_transcode.c35 #include <errno.h>
/third_party/eudev/src/libudev/
H A Dlibudev-util.c27 #include <errno.h>
/third_party/f2fs-tools/fsck/
H A Dquotaio.c10 #include <errno.h>

Completed in 46 milliseconds

1...<<191192193194195196197198199200>>...232