Searched refs:os_strdup (Results 1 – 8 of 8) sorted by relevance
416 dst->device_name = os_strdup(src->device_name); in wps_device_data_dup()418 dst->manufacturer = os_strdup(src->manufacturer); in wps_device_data_dup()420 dst->model_name = os_strdup(src->model_name); in wps_device_data_dup()422 dst->model_number = os_strdup(src->model_number); in wps_device_data_dup()424 dst->serial_number = os_strdup(src->serial_number); in wps_device_data_dup()
276 dst->n = src->n ? os_strdup(src->n) : NULL in wps_device_clone_data()
229 #ifndef os_strdup231 #define os_strdup(s) _strdup(s) macro233 #define os_strdup(s) strdup(s) macro
372 cmd = os_strdup(non_pref_chan); in wpas_mbo_update_non_pref_chan()
397 bi->uri = os_strdup(uri); in dpp_clone_uri()5166 conf->connector = os_strdup(signed_connector); in dpp_parse_cred_dpp()
120 aa = os_strdup(a); in x509_str_compare()121 bb = os_strdup(b); in x509_str_compare()
946 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
549 blob->name = os_strdup(pac_file + 7); in eap_fast_write_pac()