Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wbemprox/
H A Dquery.c589 WCHAR compname[MAX_COMPUTERNAME_LENGTH + 1]; in test_Win32_ComputerSystem() local
593 len = ARRAY_SIZE( compname ); in test_Win32_ComputerSystem()
594 if (!GetComputerNameW( compname, &len )) in test_Win32_ComputerSystem()
595 compname[0] = 0; in test_Win32_ComputerSystem()
597 lstrcpyW( username, compname ); in test_Win32_ComputerSystem()
603 if (!compname[0] || !username[0]) in test_Win32_ComputerSystem()
632 … !lstrcmpiW( V_BSTR( &value ), compname ), "got %s, expected %s\n", wine_dbgstr_w(V_BSTR(&value)),… in test_Win32_ComputerSystem()
/reactos/dll/win32/kernel32/
H A DCMakeLists.txt20 client/compname.c