Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/riched32/
H A Deditor.c395 char dest[1024], origdest[1024]; in test_EM_GETLINE() local
412 memset(origdest, 0xBB, nBuf); in test_EM_GETLINE()
441 ok(!dest[0] && !dest[1] && !strncmp(dest+2, origdest+2, nBuf-2), in test_EM_GETLINE()
445 !strncmp(dest+2, origdest+2, nBuf-2), "buffer_len=1\n"); in test_EM_GETLINE()
451 ok(!strncmp(dest + expected_bytes_written, origdest in test_EM_GETLINE()
456 !strncmp(dest + expected_bytes_written + 1, origdest in test_EM_GETLINE()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c395 char dest[1024], origdest[1024]; in test_EM_GETLINE() local
402 memset(origdest, 0xBB, nBuf); in test_EM_GETLINE()
418 ok(!dest[0] && !dest[1] && !strncmp(dest+2, origdest+2, nBuf-2), in test_EM_GETLINE()
422 !strncmp(dest+2, origdest+2, nBuf-2), "buffer_len=1\n"); in test_EM_GETLINE()
438 sprintf(expectedbuf+strlen(expectedbuf), "%02x", origdest[j] & 0xFF); in test_EM_GETLINE()
452 ok(!strncmp(dest + gl[i].buffer_len, origdest + gl[i].buffer_len, in test_EM_GETLINE()