Searched refs:strerror (Results 1 - 25 of 76) sorted by relevance

1234

/fuchsia/zircon/system/ulib/xdc-host-utils/
H A Dclient.cpp22 fprintf(stderr, "Could not create socket, err: %s\n", strerror(errno));
31 XDC_SOCKET_PATH, strerror(errno));
38 sizeof(stream_id), n, strerror(errno));
46 sizeof(connected_resp), n, strerror(errno));
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c25 strerror(err));
32 strerror(err));
43 strerror(err));
51 strerror(err));
/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A Dstrerror.c16 char* strerror(int e) { function
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dperror.c8 char* errstr = strerror(errno);
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrerror_r.c6 char* msg = strerror(err);
/fuchsia/zircon/system/uapp/xdc-test/
H A Dxdc-test.cpp49 printf("Fatal read error: %s\n", strerror(errno));
66 fprintf(stderr, "could not get size of file, err: %s\n", strerror(errno));
73 fprintf(stderr, "Fatal write err: %s\n", strerror(errno));
92 fprintf(stderr, "Fatal read error: %s\n", strerror(errno));
102 fprintf(stderr, "Fatal write err: %s\n", strerror(errno));
161 fprintf(stderr, "Failed to open \"%s\", err %s\n", filename, strerror(errno));
/fuchsia/zircon/system/uapp/lz4/
H A Dmain.c35 fprintf(stderr, "could not open %s: %s\n", infile, strerror(errno));
41 fprintf(stderr, "could not open %s: %s\n", outfile, strerror(errno));
66 fprintf(stderr, ": %s", strerror(errno));
98 fprintf(stderr, ": %s", strerror(errno));
115 fprintf(stderr, "error reading %s: %s\n", infile, strerror(errno));
131 fprintf(stderr, "could not open %s: %s\n", infile, strerror(errno));
137 fprintf(stderr, "could not open %s: %s\n", outfile, strerror(errno));
170 fprintf(stderr, ": %s", strerror(errno));
178 fprintf(stderr, "error reading %s: %s\n", infile, strerror(errno));
/fuchsia/zircon/system/uapp/psutils/
H A Dresources.c20 strerror(errno), errno);
/fuchsia/zircon/system/uapp/strerror/
H A Drules.mk13 $(LOCAL_DIR)/strerror.c
H A Dstrerror.c31 char* posix_error = strerror(error);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dposix-run-test.cpp51 strerror(status));
88 strerror(status));
94 strerror(status));
104 fprintf(stderr, "FAILURE: posix_spawn failed: %s\n", strerror(status));
109 fprintf(stderr, "FAILURE: waitpid failed: %s\n", strerror(errno));
H A Ddiscover-and-run-tests.cpp105 fprintf(stderr, "Warning: Could not open %s for syncing: %s", p, strerror(errno));
108 fprintf(stderr, "Warning: Could not sync %s: %s", p, strerror(errno));
111 fprintf(stderr, "Warning: Could not close %s: %s", p, strerror(errno));
240 strerror(errno));
247 strerror(err));
254 fprintf(stderr, "Failed to find tests in dirs: %s\n", strerror(err));
295 fprintf(stderr, "Error: Failed to write JSON summary: %s\n", strerror(error));
H A Dfuchsia-run-test.cpp258 strerror(errno));
304 output_filename, strerror(errno));
315 strerror(errno));
359 strerror(errno));
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));
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp69 xprintf("Failed to get status for '%s': %s\n", abspath.c_str(), strerror(errno));
119 xprintf("Failed to make directory '%s': %s.\n", abspath.c_str(), strerror(errno));
134 xprintf("Failed to get status for '%s': %s\n", abspath.c_str(), strerror(errno));
176 xprintf("Failed to get status for '%s': %s\n", abspath.c_str(), strerror(errno));
196 xprintf("Failed to remove directory '%s': %s\n", c_str(), strerror(errno));
204 xprintf("Failed to unlink '%s': %s\n", abspath.c_str(), strerror(errno));
217 strerror(errno));
/fuchsia/zircon/system/host/netprotocol/
H A Dnetaddr.c106 fprintf(stderr, "error: cannot create socket: %s\n", strerror(errno));
110 fprintf(stderr, "error: cannot \"connect\" socket: %s\n", strerror(errno));
115 fprintf(stderr, "error: %s\n", strerror(errno));
H A Dnetprotocol.c113 fprintf(stderr, "error: cannot send %d %s\n", errno, strerror(errno));
253 fprintf(stderr, "error: cannot create socket: %s\n", strerror(errno));
258 fprintf(stderr, "error: cannot bind to command port: %s\n", strerror(errno));
290 fprintf(stderr, "poll returned error: %s\n", strerror(errno));
352 fprintf(stderr, "error: cannot create socket: %s\n", strerror(errno));
357 fprintf(stderr, "cannot bind to command port: %s\n", strerror(errno));
/fuchsia/zircon/system/uapp/lsdev/
H A Dlsdev.c23 fprintf(stderr, "could not open %s: %s\n", argv[1], strerror(errno));
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dprint.c77 fprintf (stderr, ": %s", strerror (errnum));
/fuchsia/zircon/system/uapp/serial-test/
H A Dserial-test.c65 fprintf(stderr, "serial read failed: %s\n", strerror(errno));
85 fprintf(stderr, "failed to reopen serial port: %s\n", strerror(errno));
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.cpp37 ZX_ASSERT_MSG(-1 != fd, "%s", strerror(errno));
43 ZX_ASSERT_MSG(-1 != close(fd), "%s", strerror(errno));
58 ZX_ASSERT_MSG(input_fd, "%s", strerror(errno));
61 ZX_ASSERT_MSG(output_fd, "%s", strerror(errno));
68 ZX_ASSERT_MSG(write(output_fd.get(), buf, n) == n, "write failed: %s", strerror(errno));
70 ZX_ASSERT_MSG(n != -1, "read failed: %s", strerror(errno));
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp90 fprintf(stderr, "can't write to client, err: %s\n", strerror(errno));
125 fprintf(stderr, "recv got unhandled err: %s\n", strerror(errno));
171 fprintf(stderr, "failed to create socket, err: %s\n", strerror(errno));
185 fprintf(stderr, "Failed to acquire socket lock, err: %s.\n", strerror(errno));
192 XDC_SOCKET_PATH, strerror(errno));
197 socket_fd_.get(), strerror(errno));
272 fprintf(stderr, "poll failed, err: %s\n", strerror(errno));
357 fprintf(stderr, "Socket accept failed, err: %s\n", strerror(errno));
366 fprintf(stderr, "Could not get socket flags, err: %s\n", strerror(errno));
372 fprintf(stderr, "Could not set socket as nonblocking, err: %s\n", strerror(errn
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h43 char* strerror(int);
/fuchsia/zircon/system/uapp/runtests/
H A Druntests.cpp71 strerror(error));
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-maxfile.cpp41 fprintf(stderr, "bigfile received error: %s\n", strerror(errno));
/fuchsia/zircon/system/uapp/usb-test-fwloader/
H A Dusb-test-fwloader.cpp99 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));

Completed in 135 milliseconds

1234