Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c745 BOOL diff_found = FALSE; in test_fgetwc() local
776 diff_found |= (*aptr != *wptr); in test_fgetwc()
778 ok(!(diff_found), "fgetwc difference found in TEXT mode\n"); in test_fgetwc()
822 diff_found = FALSE; in test_fgetwc()
828 diff_found |= (*aptr != *wptr); in test_fgetwc()
830 ok(!(diff_found), "fgetwc difference found in BINARY mode\n"); in test_fgetwc()
837 diff_found = FALSE; in test_fgetwc()
843 diff_found |= (*aptr != *wptr); in test_fgetwc()
1094 BOOL diff_found = FALSE; in test_file_put_get() local
1126 diff_found |= (*aptr != *wptr); in test_file_put_get()
[all …]