Searched refs:errno (Results 226 - 250 of 387) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dlookup_serv.c4 #include <errno.h>
78 switch (errno) {
H A Dresolvconf.c4 #include <errno.h>
22 switch (errno) {
H A Dgetservbyname_r.c3 #include <errno.h>
H A Dgetservbyport_r.c2 #include <errno.h>
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dopen_wmemstream.c2 #include <errno.h>
22 errno = EINVAL;
H A Dopen_memstream.c2 #include <errno.h>
20 errno = EINVAL;
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c6 #include <errno.h>
304 errno = EINVAL;
312 errno = EIO;
324 errno = EINVAL;
339 errno = EINVAL;
365 errno = fdio_status_to_errno(r);
371 errno = EIO;
377 errno = EIO;
400 errno = EIO;
411 errno
[all...]
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexec.c118 e = errno;
124 if (errno != ENOENT && errno != ENOTDIR)
125 e = errno;
144 TRACE(("shellexec failed for %s, errno %d, suppressint %d\n",
160 } while (errno == EINTR);
164 if (cmd != path_bshell && errno == ENOEXEC) {
317 if (errno == EINTR)
407 if (errno == EINTR)
410 if (errno !
[all...]
/fuchsia/zircon/system/uapp/gfxtest/
H A Dmain.c9 #include <errno.h>
/fuchsia/zircon/system/uapp/usb-test-fwloader/
H A Dusb-test-fwloader.cpp17 #include <errno.h>
99 fprintf(stderr, "could not get size of file, err: %s\n", strerror(errno));
113 fprintf(stderr, "Fatal read error: %s\n", strerror(errno));
137 fprintf(stderr, "Failed to open \"%s\", err: %s\n", filename, strerror(errno));
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp6 #include <errno.h>
102 w->name, w->pos, errno);
114 w->name, w->pos, errno);
137 w->name, strerror(errno));
H A Dutil.cpp5 #include <errno.h>
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dacpidump.h61 #include <errno.h>
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpihelp/
H A Dacpihelp.h62 #include <errno.h>
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dmain.c31 #include <errno.h>
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h26 # include <errno.h>
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dposix_spawn.c30 return errno;
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c2 #include <errno.h>
76 error = errno;
98 while ((errno = 0, de = readdir(dir)) ? 1 : (error = errno, 0)) {
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp7 #include <errno.h>
258 strerror(errno));
304 output_filename, strerror(errno));
315 strerror(errno));
359 strerror(errno));
364 if (mkdirat(data_sink_dir_fd.get(), data.sink_name.c_str(), 0777) != 0 && errno != EEXIST) {
366 data.sink_name.c_str(), strerror(errno));
376 data.sink_name.c_str(), strerror(errno));
420 data.sink_name.c_str(), strerror(errno));
437 dump_file.c_str(), strerror(errno));
[all...]
H A Dposix-run-test.cpp7 #include <errno.h>
109 fprintf(stderr, "FAILURE: waitpid failed: %s\n", strerror(errno));
/fuchsia/zircon/system/utest/fs/
H A Dtest-link.c6 #include <errno.h>
294 ASSERT_EQ(errno, ENOENT, "");
308 ASSERT_EQ(errno, EEXIST, "");
316 ASSERT_EQ(errno, EEXIST, "");
319 ASSERT_EQ(errno, EEXIST, "");
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c19 #include <errno.h>
386 errno = 0;
389 if (errno != 0 || block_size <= 0) {
401 errno = 0;
404 if (errno != 0 || window_size <= 0) {
416 errno = 0;
418 if (errno != 0 || us_between_packets <= 0) {
495 errno, strerror(errno));
/fuchsia/zircon/system/host/fidl/formatter/
H A Dmain.cpp5 #include <errno.h>
118 error.append(strerror(errno));
/fuchsia/zircon/system/uapp/ping/
H A Dping.cpp6 #include <errno.h>
66 fprintf(stderr, "Could not acquire ICMP socket: %d\n", errno);
/fuchsia/zircon/system/ulib/perftest/
H A Dresults.cpp7 #include <errno.h>
164 output_filename, strerror(errno));

Completed in 146 milliseconds

1234567891011>>