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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5703 const char *TempStringPntr; local
5862 if (ReplyMessage.FindString ("CommandText", &TempStringPntr) == B_OK)
5871 cout << "Result of command to " << TempStringPntr << " is:\t"; local
5872 if (ReplyMessage.FindString (g_ResultName, &TempStringPntr) == B_OK)
5873 cout << "\"" << TempStringPntr << "\""; local
5885 ReplyMessage.FindString ("words", i, &TempStringPntr) == B_OK &&
5893 cout << TempStringPntr << "/" << TempFloat;
5899 cout << "Failure of command " << TempStringPntr << ", error "; local
5901 if (ReplyMessage.FindString ("message", &TempStringPntr) == B_OK)
5902 cout << ", message: " << TempStringPntr; local
[all...]

Completed in 51 milliseconds