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

/haiku-fatelf/src/bin/mail_utils/
H A Dmail2mbox.cpp37 part describes the error, and if errorNumber is non-zero, gets the string
42 DisplayErrorMessage(const char* messageString = NULL, status_t errorNumber = 0,
51 if (errorNumber == B_OK)
57 if (errorNumber != 0) {
59 "has occured.", messageString, strerror(errorNumber), errorNumber);

Completed in 34 milliseconds