Searched refs:diff_found (Results 1 – 1 of 1) sorted by relevance
745 BOOL diff_found = FALSE; in test_fgetwc() local776 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() local1126 diff_found |= (*aptr != *wptr); in test_file_put_get()[all …]