Searched refs:R_STATUS (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/winetest/ |
H A D | gui.c | 406 report (R_STATUS, "Can't signal main thread: %d", in DlgProc() 448 report (R_STATUS, "Dialog exited: %d", ret); in DlgThreadProc() 492 report (R_STATUS, "Can't create event object: %d", in report() 498 report (R_STATUS, "Can't create GUI thread: %d", in report() 507 report (R_STATUS, "GUI creation timed out"); in report() 510 report (R_STATUS, "Wait for GUI failed: %d", in report() 514 report (R_STATUS, "Wait returned %d", in report()
|
H A D | send.c | 34 report (R_STATUS, "Opening HTTP connection to %s", server); in open_http() 148 report (R_STATUS, "Sending header"); in send_file() 159 report (R_STATUS, "Sending %u bytes of data", filesize); in send_file()
|
H A D | main.c | 571 report (R_STATUS, "Counting tests"); in run_tests() 578 report (R_STATUS, "Extracting tests"); in run_tests() 591 report (R_STATUS, "Running tests"); in run_tests() 605 report (R_STATUS, "Cleaning up"); in run_tests() 703 report (R_STATUS, "Starting up"); in WinMain() 732 report (R_STATUS, "Finished"); in WinMain()
|
H A D | winetest.h | 47 R_STATUS = 0, enumerator
|