Home
last modified time | relevance | path

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

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