Searched refs:machinename (Results 1 – 4 of 4) sorted by relevance
46 char machinename[255]; in ExpandPathVariables() local47 if (gethostname(machinename, 255) == 0) { in ExpandPathVariables()48 result.replace(position, strlen(kMachineNamePolicyVarName), machinename); in ExpandPathVariables()
84 CFStringRef machinename = SCDynamicStoreCopyLocalHostName(store);85 if (machinename) {87 base::SysCFStringRefToUTF8(machinename));88 CFRelease(machinename);
105 scoped_ptr<WCHAR[]> machinename(new WCHAR[return_length]); in ExpandPathVariables() local107 machinename.get(), &return_length); in ExpandPathVariables()108 std::wstring machinename_string(machinename.get()); in ExpandPathVariables()
1175 char *machinename = "wpa_supplicant@w1.fi"; in tncc_build_soh() local1244 wpabuf_put_be16(buf, os_strlen(machinename) + 1); in tncc_build_soh()1245 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1); in tncc_build_soh()