Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Denviron.c190 static const WCHAR empty_strW[] = { 0 }; in test_GetSetEnvironmentVariableW() local
254 ret = SetEnvironmentVariableW(name_cased, empty_strW); in test_GetSetEnvironmentVariableW()
262 ok(lstrcmpW(buf, empty_strW) == 0, "should copy an empty string\n"); in test_GetSetEnvironmentVariableW()
H A Ddirectory.c363 static const WCHAR empty_strW[] = { 0 }; in test_CreateDirectoryW() local
380 ret = CreateDirectoryW(empty_strW, NULL); in test_CreateDirectoryW()
/reactos/dll/win32/kernel32/wine/
H A Dprofile.c1030 static const WCHAR empty_strW[] = { 0 }; in PROFILE_GetString() local
1034 if (!def_val) def_val = empty_strW; in PROFILE_GetString()