Searched refs:strerror (Results 76 - 100 of 878) sorted by path

1234567891011>>

/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp405 strerror(status));
409 strerror(status));
/haiku/src/apps/tv/
H A DController.cpp58 printf("%s. error 0x%08x (%s)\n",text, (int)err, strerror(err));
H A DDeviceRoster.cpp45 info_count, err, strerror(err));
/haiku/src/bin/addattr/
H A Dmain.cpp182 optarg, strerror(status));
205 ERR("can't read attribute value: %s\n", strerror(status));
265 strerror(status));
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp78 strerror(bytesRead));
119 strerror(bytesRead));
141 strerror(bytesRead));
287 fprintf(stderr, "Could not open device or file: %s\n", strerror(disk.InitCheck()));
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp128 //fprintf(stderr,"Could not open file: %s\n",strerror(fFile.InitCheck()));
277 fprintf(stderr,"Could not read from device: %s\n", strerror(bytes));
/haiku/src/bin/
H A Dcatattr.cpp194 strerror(written));
209 strerror(bytesRead));
356 program, fileName, attrName, strerror(status));
H A Dclipboard.cpp162 strerror(status));
171 strerror(status));
208 strerror(status));
226 strerror(status));
H A Ddiskimage.cpp84 strerror(error));
98 strerror(id));
131 "with ID %" B_PRId32 ": %s\n", id, strerror(error));
149 strerror(error));
178 strerror(error));
H A Ddriveinfo.c35 printf("media status: %s\n", strerror(st));
H A Deject.cpp196 puts(strerror(devstatus));
H A Dfdinfo.cpp145 strerror(errno));
156 strerror(errno));
H A Dfindpaths.cpp267 strerror(error));
279 strerror(exception.Error()));
289 strerror(error));
H A Disvolume.cpp97 ": %s\n", argv[0], volumeDevice, strerror(ret));
107 ": %s\n", argv[0], volumeDevice, strerror(ret));
H A Dlaunch_roster.cpp49 strerror(status));
66 strerror(status));
176 strerror(status));
216 "%s\n", kProgramName, name, strerror(jobStatus));
232 name, strerror(status));
248 name, strerror(status));
269 enable ? "Enabling" : "Disabling", name, strerror(status));
H A Dlistimage.c68 printf("get images failed: %s\n", strerror(result));
93 B_PRId32 ": %s\n", info.team, strerror(result));
113 B_PRId32 ": %s\n", info.team, strerror(result));
/haiku/src/bin/consoled/
H A Dconsoled.cpp325 strerror(errno));
/haiku/src/bin/debug/
H A Ddebug_utils.cpp135 kCommandName, strerror(error));
158 kCommandName, strerror(error));
183 kCommandName, thread, strerror(error));
H A Dkernel_debugger.cpp38 strerror(error));
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp82 strerror(error));
90 "stream: %s\n", strerror(error));
111 programArgs[0], strerror(threadID));
127 kCommandName, strerror(errno));
138 kCommandName, strerror(area));
155 strerror(error));
194 kCommandName, strerror(error));
248 kCommandName, strerror(error));
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp42 strerror(fReplyPort));
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp104 strerror(errno));
H A Dtiming_analysis.cpp63 fprintf(stderr, "Error: fork() failed: %s\n", strerror(errno));
/haiku/src/bin/hid_decode/
H A Dhid_decode.cpp43 strerror(read));
53 printf("failed to parse descriptor: %s\n", strerror(result));
/haiku/src/bin/keystore/
H A Dkeystore.cpp26 printf("failed to add password: %s\n", strerror(result));
45 strerror(result));
51 printf("failed to remove password: %s\n", strerror(result));
66 printf("failed to add keyring: %s\n", strerror(result));
81 printf("failed to remove keyring: %s\n", strerror(result));
103 printf("failed to get next key with: %s\n", strerror(result));
127 printf("failed to get next key with: %s\n", strerror(result));
155 strerror(result));
170 strerror(result));
185 strerror(resul
[all...]

Completed in 136 milliseconds

1234567891011>>