Searched refs:errorString (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/preferences/time/
H A Dntp.h13 const char** errorString, int32* errorCode);
H A DTime.cpp95 const char* errorString = NULL; local
97 if (update_time(settings, &errorString, &errorCode) == B_OK) {
102 errorString, strerror(errorCode));
105 errorString);
H A Dntp.cpp114 ntp_update_time(const char* hostname, const char** errorString, argument
121 *errorString = B_TRANSLATE("Could not contact server");
142 *errorString = B_TRANSLATE("Could not create socket");
154 *errorString = B_TRANSLATE("Sending request failed");
170 *errorString = B_TRANSLATE("Waiting for answer failed");
181 *errorString = B_TRANSLATE("Message receiving failed");
190 *errorString = B_TRANSLATE("Received invalid time");
H A DNetworkTimeView.cpp363 const char* errorString; local
364 message->FindString("error string", &errorString);
373 errorString, strerror(errorCode));
378 errorString);
522 update_time(const Settings& settings, const char** errorString, argument
531 status = ntp_update_time(server, errorString, errorCode);
541 status = ntp_update_time(server, errorString, errorCode);
557 const char* errorString = NULL; local
560 &errorString, &errorCode);
564 result.AddString("error string", errorString);
[all...]
H A DNetworkTimeView.h46 update_time(const Settings& settings, const char** errorString,
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThreadSemaphoreWin32.cpp54 errorString () function in namespace:IlmThread::__anon2725
91 "(" << errorString() << ").");
109 "(" << errorString() << ").");
127 "(" << errorString() << ").");
140 "(" << errorString () << ").");
/haiku-fatelf/src/bin/desklink/
H A DMixerControl.cpp50 const char* errorString = NULL; local
58 errorString = NULL;
132 errorString = volumeWhich ? "Could not find the soundcard"
135 errorString = volumeWhich ? "Soundcard control unknown"
153 errorString = "No parameter web";
160 errorString = volumeWhich ? "No Audio output" : "No Mixer";
167 errorString = "No Media Roster";
173 if (errorString) {
174 fprintf(stderr, "MixerControl: %s.\n", errorString);
176 *_error = errorString;
[all...]
H A DVolumeControl.cpp419 const char* errorString = NULL; local
421 fMixerControl->Connect(fMixerControl->VolumeWhich(), &volume, &errorString);
423 if (errorString != NULL) {
424 SetLabel(errorString);
438 SetEnabled(errorString == NULL);
/haiku-fatelf/src/bin/mail_utils/
H A Dmail2mbox.cpp237 char errorString[2048]; local
238 snprintf(errorString, sizeof(errorString),
240 DisplayErrorMessage(errorString, errno);
/haiku-fatelf/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp134 if (const char* errorString = CheckCompression(fRepositoryInfoSection)) {
136 "Error: Invalid repository file: info section: %s\n", errorString);
152 if (const char* errorString = CheckCompression(
155 "attributes section: %s\n", errorString);
H A DPackageReaderImpl.cpp472 if (const char* errorString = CheckCompression(
475 "attributes section: %s\n", errorString);
486 if (const char* errorString = CheckCompression(fTOCSection)) {
488 "%s\n", errorString);
/haiku-fatelf/src/apps/webpositive/
H A DDownloadWindow.cpp283 BString errorString(B_TRANSLATE_COMMENT("The downloads folder could "
286 errorString.ReplaceFirst("%error", strerror(status));
288 "folder"), errorString.String(), B_TRANSLATE("OK"));
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp429 BString errorString(B_TRANSLATE("Error launching: %strError%"));
430 errorString.ReplaceFirst("%strError%", strerror(status));
432 errorString.String(), B_TRANSLATE("OK"));
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp673 BString errorString(
675 errorString.ReplaceFirst("%appname", pose->TargetModel()->Name());
677 BAlert* alert = new BAlert("", errorString.String(), B_TRANSLATE("OK"),
H A DFSUtils.cpp1743 BString errorString(B_TRANSLATE("Error moving \"%name\""));
1744 errorString.ReplaceFirst("%name", ref.name);
1745 BAlert* alert = new BAlert("", errorString.String(), B_TRANSLATE("OK"),
/haiku-fatelf/src/apps/codycam/
H A DFtpClient.cpp249 catch(const char* errorString)
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp697 const char* errorString local
700 errorString, strerror(error));
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp2669 char errorString[1500]; local
2748 sprintf(errorString, "Unable to train the message file \"%s\" as %s. "
2751 BAlert* alert = new BAlert("", errorString, B_TRANSLATE("OK"));
/haiku-fatelf/src/servers/app/
H A DServerWindow.cpp3562 char errorString[256]; local
3563 snprintf(errorString, sizeof(errorString),
3566 syslog(LOG_ERR, errorString);

Completed in 138 milliseconds