Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Dpackage.c6031 CHAR sub2[MAX_PATH]; in test_MsiGetSourcePath() local
6042 lstrcpyA(sub2, subsrc); in test_MsiGetSourcePath()
6044 lstrcatA(sub2, "\\"); in test_MsiGetSourcePath()
6232 ok(!lstrcmpA(path, sub2), "Expected \"%s\", got \"%s\"\n", sub2, path); in test_MsiGetSourcePath()
6233 ok(size == lstrlenA(sub2), "Expected %d, got %lu\n", lstrlenA(sub2), size); in test_MsiGetSourcePath()
6291 ok(!lstrcmpA(path, sub2), "Expected \"%s\", got \"%s\"\n", sub2, path); in test_MsiGetSourcePath()
6292 ok(size == lstrlenA(sub2), "Expected %d, got %lu\n", lstrlenA(sub2), size); in test_MsiGetSourcePath()
6350 ok(!lstrcmpA(path, sub2), "Expected \"%s\", got \"%s\"\n", sub2, path); in test_MsiGetSourcePath()
6351 ok(size == lstrlenA(sub2), "Expected %d, got %lu\n", lstrlenA(sub2), size); in test_MsiGetSourcePath()
6409 ok(!lstrcmpA(path, sub2), "Expected \"%s\", got \"%s\"\n", sub2, path); in test_MsiGetSourcePath()
[all …]
/reactos/modules/rostests/win32/cmd/
H A Dtest_goto_call.cmd620 call :sub2 "/?" Hello World
623 :sub2 label
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_decompress_block.c589 int const sub2 = dec64table[offset]; in ZSTD_overlapCopy8() local
596 *ip -= sub2; in ZSTD_overlapCopy8()