Searched refs:compname (Results 1 – 2 of 2) sorted by relevance
589 WCHAR compname[MAX_COMPUTERNAME_LENGTH + 1]; in test_Win32_ComputerSystem() local593 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()
20 client/compname.c