Searched refs:strerror (Results 276 - 300 of 879) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/debug/profile/
H A Dprofile.cpp663 programArgs[0], strerror(threadID));
677 kCommandName, strerror(errno));
688 strerror(area));
701 strerror(error));
717 strerror(error));
760 kCommandName, strerror(error));
787 kCommandName, strerror(error));
800 kCommandName, strerror(error));
815 strerror(error));
853 programArgs[0], strerror(threadI
[all...]
/haiku/src/servers/net/
H A DNetServer.cpp387 Name(), name, strerror(status));
407 strerror(status));
451 interface.Name(), strerror(status));
491 strerror(status));
508 Name(), name, strerror(errno));
523 strerror(status));
533 strerror(status));
541 strerror(status));
562 interface.Name(), networkName, strerror(status));
598 strerror(errn
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp540 strerror(error), handler));
648 strerror(err)));
672 strerror(err)));
687 strerror(err)));
1519 strerror(err)));
1689 name(), timeSourceID, strerror(err)));
1729 name(), delay, strerror(err)));
1739 name(), m, strerror(err)));
1795 name(), position, strerror(err)));
1811 name(), position, strerror(er
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp80 "socket: %s\n", strerror(errno));
93 "to server info port: %s\n", strerror(errno));
106 "server info request: %s\n", strerror(errno));
307 "failed: %s\n", strerror(errno));
402 "info task: %s\n", strerror(error));
424 "broadcasting socket failed: %s\n", strerror(errno));
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp540 kBinaryPlaylistMimeString, strerror(ret));
553 kBinaryPlaylistMimeString, strerror(ret));
560 strerror(ret));
567 strerror(ret));
572 strerror(ret));
581 strerror(ret));
/haiku/src/servers/launch/
H A DLog.cpp244 strerror(status));
257 strerror(status));
270 strerror(status));
435 strerror(fError));
490 strerror(fStatus));
532 strerror(fStatus));
/haiku/src/bin/
H A Dmountvolume.cpp220 name.String(), strerror(error));
232 name.String(), strerror(error));
353 strerror(status));
370 path.Path(), ref.name, strerror(status));
438 strerror(error));
523 strerror(error));
H A Dspybmessage.cpp190 fprintf(stderr, "load_add_on: %s\n", strerror(gExeImg));
208 fprintf(stderr, "get_image_symbol(main): %s\n", strerror(gExeImg));
H A Dfdinfo.cpp145 strerror(errno));
156 strerror(errno));
H A Dlsindex.cpp215 strerror(errno));
226 strerror(errno));
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp568 fileName, strerror(result));
751 "size: %s\n", strerror(errno));
787 strerror(error));
855 strerror(result));
1027 "file: %s\n", strerror(error));
1072 pathBuffer, strerror(errno));
1082 strerror(errno));
1148 "%s\n", entry->d_name, pathBuffer, strerror(errno));
1175 "Failed to dup() directory FD: %s\n", strerror(errno));
1183 strerror(errn
[all...]
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp43 strerror(status));
57 argv[i], strerror(status));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp150 strerror(errno));
168 fprintf(stderr, "Error: Failed to stat image: %s\n", strerror(errno));
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp146 strerror(fSaver->InitCheck()));
166 strerror(result));
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp86 "ResolveBaseTypeLocation() failed: %s\n", strerror(error));
136 "ResolveDataMemberLocation() failed: %s\n", strerror(error));
H A DBMessageValueNode.cpp190 strerror(error));
206 strerror(error));
221 strerror(error));
236 strerror(error));
254 headerAddress.ToUInt64(), strerror(error));
268 what.ToUInt32(), strerror(error));
295 ", result: %s\n", headerAddress.ToUInt64(), strerror(error));
306 ", result: %s\n", fDataLocation.ToUInt64(), strerror(error));
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp139 printf("Error flattening BPicture: %s\n", strerror(status));
146 printf("Error unflattening BPicture: %s\n", strerror(status));
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscatter_gather.cpp46 SHOW_ERROR(2, "cannot create temporary S/G list for IO request (%s)", strerror(res));
122 SHOW_ERROR(2, "cannot lock memory for IO request (%s)", strerror(res));
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp507 fprintf(stderr, "failed to find Trash: %s\n", strerror(err));
515 trashPath, strerror(err));
524 (*refs)[i].name, strerror(err));
548 trashPath, strerror(err));
570 fprintf(stderr, "failed to find Trash: %s\n", strerror(err));
583 (*namesInTrash)[i].String(), strerror(err));
597 "%s: %s\n", (*refs)[i].name, strerror(err));
612 "%s: %s\n", (*refs)[i].name, strerror(err));
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp87 _NotifyError(strerror(result));
153 _NotifyError(strerror(result));
/haiku/src/kits/package/
H A DFetchFileJob.cpp101 DownloadFileName(), strerror(result));
134 DownloadFileName(), strerror(result));
/haiku/src/libs/bsd/
H A Derr.c107 fprintf(err_file, "%s\n", strerror(code));
175 fprintf(err_file, "%s\n", strerror(code));
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp199 printf("Unable to get ref for report path %s\n", strerror(error));
244 fprintf(stderr, "Failed to write debug report: %s\n", strerror(
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp215 packagePath.Path(), strerror(status));
225 packagePath.Path(), strerror(status));
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c547 strerror(int error) function
592 return strerror(error);

Completed in 144 milliseconds

<<11121314151617181920>>