Home
last modified time | relevance | path

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

/reactos/modules/rostests/win32/cmd/script_testsuite/tests/
H A Dredirect.cmd10 call :_test "echo moo > temp\redirect_temp.txt"
12 call :_test "find "moo" temp\redirect_temp.txt >nul"
15 call :_test "echo moo >> temp\redirect_temp.txt"
19 :: Count the moo's in the file (must be 2 now)
21 call :_test "for /f "usebackq" %%%%i in (`findstr moo temp\redirect_temp.txt`) do set /a moo_temp+=…
25 call :_test "echo moo > temp\redirect_temp2.txt > nul"
/reactos/dll/win32/getuname/lang/
H A Dru-RU.rc5300 5288 "Канадская слоговая письменность moo"
5301 5289 "Канадская слоговая письменность y-cree moo"
14828 42386 "Ваи слог moo"
H A Dro-RO.rc4566 5288 "Silaba aborigen-canadiană moo"
4567 5289 "Silaba aborigen-canadiană moo în dialectul cree y"
13394 42386 "Silaba vai moo"
/reactos/modules/rostests/winetests/msi/
H A Ddb.c5552 static const WCHAR moo[] = {0x4840, 0x3e16, 0x4818, 0}; /* MOO */ in test_stringtable() local
5681 hr = IStorage_OpenStream(stg, moo, NULL, STGM_READ | STGM_SHARE_EXCLUSIVE, 0, &stm); in test_stringtable()