Searched refs:uuid_string (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c128 char uuid_string[80]; local
134 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
186 uuid_string);
189 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
190 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
196 "org:device:WFADevice:1\r\n", uuid_string);
202 "org:service:WFAWLANConfig:1\r\n", uuid_string);
581 char uuid_string[80]; local
588 uuid_bin2str(iface->wps->uuid, uuid_string,
[all...]
H A Dwps_upnp_web.c186 char uuid_string[80]; local
229 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
230 s = uuid_string;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp220 std::string uuid_string; local
223 uuid_string = module_sp->GetUUID().GetAsString();
225 if (!uuid_string.empty())
227 strncpy (uuid_string_buffer, uuid_string.c_str(), sizeof (uuid_string_buffer));
233 if (!uuid_string.empty())

Completed in 91 milliseconds