Searched refs:strerror (Results 26 - 50 of 879) sorted by relevance

1234567891011>>

/haiku/src/tools/fs_shell/
H A Dexternal_commands_unix.cpp37 strerror(errno));
60 strerror(errno));
66 "%s\n", strerror(errno));
/haiku/src/tests/system/libroot/posix/
H A Dchmod.cpp31 argv[1], strerror(errno));
38 __progname, argv[1], strerror(errno));
43 __progname, argv[1], strerror(errno));
H A Dmprotect_test.cpp42 fprintf(stderr, "SIGSEGV: mprotect() failed: %s\n", strerror(errno));
50 fprintf(stderr, "SIGSEGV: mmap() failed: %s\n", strerror(errno));
61 fprintf(stderr, "SIGSEGV: mprotect() failed: %s\n", strerror(errno));
73 strerror(errno));
83 fprintf(stderr, "mmap() failed: %s\n", strerror(errno));
94 fprintf(stderr, "mprotect() failed: %s\n", strerror(errno));
H A Dtruncate.cpp31 argv[1], strerror(errno));
48 argv[1], strerror(errno));
55 __progname, argv[1], strerror(errno));
60 __progname, argv[1], strerror(errno));
/haiku/src/tests/kits/media/playsound/
H A Dplaysound.cpp113 fprintf(stderr, "Init failed, error 0x%08lx (%s)\n", err, strerror(err));
119 fprintf(stderr, "Setting gain failed, error 0x%08lx (%s)\n", err, strerror(err));
125 fprintf(stderr, "Setting pan failed, error 0x%08lx (%s)\n", err, strerror(err));
131 fprintf(stderr, "Preload failed, error 0x%08lx (%s)\n", err, strerror(err));
137 fprintf(stderr, "Start playing failed, error 0x%08lx (%s)\n", err, strerror(err));
146 fprintf(stderr, "Stop playing failed, error 0x%08lx (%s)\n", err, strerror(err));
/haiku/src/apps/icon-o-matic/document/savers/
H A DNativeSaver.cpp34 fprintf(stderr, "Error saving icon: %s\n", strerror(ret));
42 fprintf(stderr, "Error saving icon attribute: %s\n", strerror(ret));
/haiku/src/tests/add-ons/kernel/drivers/random/
H A Drandom_test.cpp19 strerror(errno));
27 strerror(errno));
/haiku/src/tests/servers/registrar/
H A Dmessage_deliverer_test.cpp101 printf("Broadcast failed: %s\n", strerror(error));
118 strerror(error));
126 printf("Failed to start clipboard watching: %s\n", strerror(error));
139 printf("Failed to commit clipboard data: %s\n", strerror(error));
150 printf("Message runner initialization failed: %s\n", strerror(error));
163 printf("GetAppInfo() failed: %s\n", strerror(error));
171 printf("Failed to get app path: %s\n", strerror(error));
179 printf("Failed re-launch app for broadcasting: %s\n", strerror(errno));
/haiku/src/tests/system/kernel/
H A Dlock_node_test.cpp18 fprintf(stderr, "lock_node: could not open \"%s\": %s\n", argv[1], strerror(status));
24 fprintf(stderr, "lock_node: could not lock \"%s\": %s\n", argv[1], strerror(status));
H A Dfibo_fork.cpp54 fprintf(stderr, "fork() failed for child A: %s\n", strerror(errno));
69 fprintf(stderr, "fork() failed for child B: %s\n", strerror(errno));
81 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", childA, strerror(status));
90 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", childB, strerror(status));
H A Dfibo_load_image.cpp60 fprintf(stderr, "Could not create thread A: %s\n", strerror(threadA));
67 fprintf(stderr, "Could not create thread B: %s\n", strerror(threadB));
82 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", threadA, strerror(status));
91 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", threadB, strerror(status));
H A Dport_wakeup_test_2.cpp28 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
45 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
48 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
58 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
H A Dport_wakeup_test_6.cpp27 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
44 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
47 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
57 printf("close port result 0x%08lx (%s)\n", s, strerror(s));
H A Dport_wakeup_test_7.cpp27 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
44 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
47 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
57 printf("delete port result 0x%08lx (%s)\n", s, strerror(s));
H A Dtransfer_area_test.cpp38 fprintf(stderr, "Could not create area: %s.\n", strerror(area));
48 strerror(targetArea));
57 fprintf(stderr, "Could not create port: %s.\n", strerror(area));
66 fprintf(stderr, "Reading from port failed: %s.\n", strerror(size));
/haiku/src/tests/kits/media/nodetest/
H A Dmisc.cpp17 out("failed, 0x%08x, %s\n",status,strerror(status));
25 out("failed, size %" B_PRIdSSIZE ", error %s\n", size, strerror(size));
/haiku/src/tests/system/network/
H A Dtcp_connection_test.cpp19 strerror(errno));
31 strerror(errno));
38 fprintf(stderr, "failed to get socket name: %s\n", strerror(errno));
52 fprintf(stderr, "fork() failed: %s\n", strerror(errno));
65 "%s\n", i, strerror(errno));
81 i, strerror(errno));
104 i, strerror(errno));
108 strerror(errno));
128 strerror(errno));
/haiku/src/bin/debug/
H A Dkernel_debugger.cpp38 strerror(error));
/haiku/src/tests/kits/interface/
H A DScreenTest.cpp20 printf("%s\n", strerror(status));
37 printf("FAILED (%s)\n", strerror(status));
42 printf("%s\n", strerror(status));
59 printf("FAILED (%s)\n", strerror(status));
/haiku/src/bin/
H A Dsetcontrollook.cpp32 fprintf(stderr, "error setting Control Look: %s\n", strerror(err));
H A Dquit.cpp27 printf("could not send message, %s\n", strerror(status));
/haiku/src/kits/mail/
H A Dnumailkit.cpp79 path.Path(), strerror(ret));
89 path.Path(), leaf.String(), strerror(ret));
162 path.Path(), leaf.String(), (float)timeout/1e6, strerror(ret));
179 path.Path(), leaf.String(), (float)timeout/1e6, strerror(ret));
194 path.Path(), leaf.String(), strerror(ret));
203 path.Path(), leaf.String(), strerror(ret));
212 path.Path(), name, strerror(ret));
/haiku/src/apps/drivesetup/
H A DDriveSetup.cpp73 fprintf(stderr, "failed to store settings: %s\n", strerror(ret));
84 fprintf(stderr, "failed to flatten settings: %s\n", strerror(ret));
102 fprintf(stderr, "failed to unflatten settings: %s\n", strerror(ret));
108 fprintf(stderr, "failed to restore settings: %s\n", strerror(ret));
123 strerror(ret));
129 fprintf(stderr, "failed to construct path: %s\n", strerror(ret));
141 strerror(ret));
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp50 ERROR("queue allocation failed (%s)\n", strerror(fStatus));
56 ERROR("interrupt setup failed (%s)\n", strerror(fStatus));
63 ERROR("queue interrupt setup failed (%s)\n", strerror(fStatus));
70 ERROR("dpc setup failed (%s)\n", strerror(fStatus));
78 ERROR("timer setup failed (%s)\n", strerror(fStatus));
117 ERROR("queueing failed (%s)\n", strerror(result));
134 ERROR("request failed (%s)\n", strerror(result));
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.cpp52 printf("DVB_GET_FREQUENCY_INFO failed with error %s\n", strerror(errno));
86 printf("DVB_GET_INTERFACE_INFO failed with error %s\n", strerror(errno));
106 printf("DVB_GET_INTERFACE_INFO failed with error %s\n", strerror(errno));
150 printf("DVB_SET_TUNING_PARAMETERS failed with error %s\n", strerror(errno));
162 printf("DVB_GET_STATUS failed with error %s\n", strerror(errno));
206 printf("DVB_GET_SS failed with error %s\n", strerror(errno));
210 printf("DVB_GET_BER failed with error %s\n", strerror(errno));
214 printf("DVB_GET_SNR failed with error %s\n", strerror(errno));
235 printf("DVB_START_CAPTURE failed with error %s\n", strerror(errno));
255 printf("DVB_STOP_CAPTURE failed with error %s\n", strerror(errn
[all...]

Completed in 99 milliseconds

1234567891011>>