Lines Matching refs:OSReport

111     OSReport("*******************************************************\n");  in main()
112 OSReport(" Message Print demo\n"); in main()
113 OSReport("*******************************************************\n"); in main()
120 OSReport("NWC24OpenLib(): Error %d\n", err); in main()
143 OSReport("NWC24CloseLib(): Error %d\n", err); in main()
164 OSReport("NWC24GetNumMsgs(): error %d\n", err); in GetIdList()
173 OSReport("(Receive box has no message.)\n"); in GetIdList()
177 OSReport("(Send box has no message.)\n"); in GetIdList()
187 OSReport("NWC24GetNumMsgList(): error %d\n", err); in GetIdList()
217 OSReport("NWC24GetMsgObj(): error %d\n", err); in ViewMessage()
221 OSReport("====================================================\n"); in ViewMessage()
224 OSReport("Receive Box /"); in ViewMessage()
228 OSReport("Send Box /"); in ViewMessage()
230 OSReport("Message ID: %07d\n", msgId); in ViewMessage()
232 OSReport("From: "); in ViewMessage()
235 OSReport("To: "); in ViewMessage()
238 OSReport("Subject: "); in ViewMessage()
241 OSReport("Date: "); in ViewMessage()
244 OSReport("\n"); in ViewMessage()
247 OSReport("\n"); in ViewMessage()
248 OSReport("----------------------------------------------------\n"); in ViewMessage()
251 OSReport("\n"); in ViewMessage()
265 OSReport("NWC24GetMsgType(): error %d\n", err); in ViewFrom()
281 OSReport("NWC24GetMsgFromId(): error %d\n", err); in ViewFrom()
285 OSReport("\n"); in ViewFrom()
295 OSReport("NWC24ReadMsgFromAddr(): error %d\n", err); in ViewFrom()
298 OSReport("%s\n", addrStr); in ViewFrom()
321 OSReport("NWC24GetMsgType(): error %d\n", err); in ViewTo()
328 OSReport("NWC24GetMsgNumTo(): error %d\n", err); in ViewTo()
346 OSReport("NWC24ReadMsgToId(): error %d\n", err); in ViewTo()
350 OSReport("\n"); in ViewTo()
353 OSReport(" "); in ViewTo()
367 OSReport("NWC24ReadMsgToAddr(): error %d\n", err); in ViewTo()
370 OSReport("%s\n", addrStr); in ViewTo()
373 OSReport(" "); in ViewTo()
398 OSReport("NWC24GetMsgSubjectSize(): error %d\n", err); in ViewSubject()
406 OSReport("NWC24ReadMsgSubject(): error %d\n", err); in ViewSubject()
415 OSReport("%c", buffer[i]); in ViewSubject()
418 OSReport("\n"); in ViewSubject()
445 OSReport("NWC24GetMsgDate(): error %d\n", err); in ViewDate()
449 OSReport("%s, %d %s %d ", WdayStr[cTime.wday], cTime.mday, MonStr[cTime.mon], cTime.year); in ViewDate()
450 OSReport("%02d:%02d -0000\n", cTime.hour, cTime.min); in ViewDate()
470 OSReport("NWC24GetMsgTextSize(): error %d\n", err); in ViewBodyText()
478 OSReport("NWC24ReadMsgText(): error %d\n", err); in ViewBodyText()
483 OSReport("--------- [Charset=%08X Encoding=%d] -----------\n", charset, encoding); in ViewBodyText()
489 OSReport("%c", buffer[i]); in ViewBodyText()
512 OSReport("NWC24GetMsgNumAttached(): error %d\n", err); in ViewAttachment()
521 OSReport("NWC24GetMsgAttachedSize(): error %d\n", err); in ViewAttachment()
529 OSReport("bufsize = %d\n", bufSize); in ViewAttachment()
530 OSReport("NWC24ReadMsgAttached(): error %d\n", err); in ViewAttachment()
538 OSReport("NWC24GetMsgAttachedType(): error %d\n", err); in ViewAttachment()
542 OSReport("[Attached binary %d : Type=%08X]\n", j, fileType); in ViewAttachment()
546 OSReport(" %02X", (u8)buffer[i]); in ViewAttachment()
549 OSReport("\n"); in ViewAttachment()
552 OSReport("\n"); in ViewAttachment()
568 OSReport("w"); in PrintUserId()
578 OSReport("%01d", numBuffer[i]); in PrintUserId()