Searched refs:strerror (Results 76 - 100 of 879) sorted by relevance

1234567891011>>

/haiku/src/servers/launch/
H A DUtility.cpp41 strerror(errno));
62 ": %s\n", device, strerror(status));
72 ": %s\n", device, strerror(status));
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.cpp67 TRACE_ERROR("failed to listen on port: %s\n", strerror(result));
105 strerror(readSize));
125 strerror(result));
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp118 "%s\n", strerror(ret));
127 "error creating file: %s\n", strerror(ret));
134 "to file: %s\n", strerror(ret));
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp80 strerror(status));
90 strerror(status));
105 strerror(status));
H A DNetEndpointTest.cpp53 strerror(status));
175 strerror(status));
190 strerror(status));
214 strerror(status));
237 strerror(status));
263 strerror(status));
274 strerror(status));
294 strerror(status));
305 strerror(status));
312 strerror(statu
[all...]
/haiku/src/bin/
H A Dsetusbconfig.cpp35 printf("failed to set configuration: %s\n", strerror(result));
H A Dfortune.c100 fprintf(stderr, "Couldn't open %s: %s\n", file, strerror(errno));
105 fprintf(stderr, "stat() failed: %s\n", strerror(errno));
119 fprintf(stderr, "stat() failed: %s\n", strerror(errno));
132 strerror(errno));
/haiku/src/libs/posix_error_mapper/
H A Dmisc.cpp34 WRAPPER_FUNCTION(char*, strerror, (int errorCode),
/haiku/src/tests/system/kernel/
H A Dset_area_protection_test1.cpp24 strerror(area));
40 strerror(area));
76 fprintf(stderr, "Error: Failed to fork(): %s\n", strerror(errno));
136 "failed: %s\n", i, strerror(error));
H A Dwait_test_2.cpp61 pid, strerror(errno), childStatus);
H A Dwait_test_3.cpp56 printf("waitpid() returned %ld (%s), child status %d\n", pid, strerror(errno), childStatus);
H A Dwait_test_4.cpp61 pid, strerror(errno), childStatus);
H A Dfifo_poll_test.cpp36 printf("poll returns with error %s\n", strerror(errno));
H A Dsyscall_restart_test.cpp38 return Error("Failed to prepare test: %s", strerror(error));
43 return Error("Failed to spawn thread: %s\n", strerror(thread));
61 strerror(result));
460 strerror(errno));
468 strerror(errno));
479 strerror(errno));
489 strerror(errno));
517 strerror(errno));
524 strerror(errno));
567 strerror(errn
[all...]
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp95 fprintf(stderr, "Failed to create port: %s\n", strerror(port));
102 fprintf(stderr, "Failed to start watching: %s\n", strerror(error));
117 strerror(bytesRead));
125 fprintf(stderr, "Failed to create message: %s\n", strerror(error));
/haiku/src/tests/system/libroot/posix/
H A Dinit_rld_after_fork_test.cpp27 fprintf(stderr, "Error: fork() failed: %s\n", strerror(errno));
H A Dtest_confstr.c16 printf("%ld confstr %ld %s\n", i, size, strerror(errno));
/haiku/src/tools/
H A Dcreate_image.cpp104 strerror(errno));
111 strerror(errno));
125 strerror(errno));
145 "(%s)\n", file, strerror(errno));
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp58 strerror(err)));
70 strerror(err)));
170 strerror(readCount)));
207 strerror(err)));
/haiku/src/system/libroot/posix/
H A Dassert.cpp45 __assert_fail(strerror(error), file, line, function);
/haiku/src/tests/system/network/
H A Dufunc.c20 printf("Desc: %s\n", strerror(error));
/haiku/src/bin/keymap/
H A Dmain.cpp53 return strerror(status);
170 sProgramName, strerror(status));
211 output, strerror(status));
227 output, strerror(status));
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp136 "%s\n", programPath, strerror(error));
192 strerror(bytesWritten < 0 ? errno : B_ERROR));
289 "\"%s\" failed: %s\n", deviceName, strerror(error));
364 fileName, strerror(error));
373 fileName, strerror(error));
387 "\"%s\": %s\n", fileName, strerror(error));
451 baseDeviceName, strerror(errno));
460 strerror(errno));
506 baseDeviceName, strerror(errno));
523 strerror(errn
[all...]
/haiku/src/bin/network/traceroute/
H A Difaddrlist.c78 (void)sprintf(errbuf, "socket: %s", strerror(errno));
92 strerror(errno));
121 strerror(errno));
139 device, strerror(errno));
/haiku/src/kits/storage/
H A DCopyEngine.cpp141 "Couldn't access \"%s\": %s\n", sourcePath, strerror(errno));
176 "Failed to unlink \"%s\": %s\n", destPath, strerror(errno));
200 "Failed to open \"%s\": %s\n", sourcePath, strerror(error));
217 strerror(error));
227 strerror(error));
248 strerror(errno));
259 strerror(error));
308 "\"%s\": %s\n", sourcePath, entry->d_name, strerror(error));
316 "\"%s\": %s\n", destPath, entry->d_name, strerror(error));
347 sourcePath, strerror(bytesRea
[all...]

Completed in 104 milliseconds

1234567891011>>