Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c382 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
514 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
519 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
622 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
634 pin = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
768 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_invite()
1062 devname = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
1150 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
2698 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_add_service()
2783 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_delete_service()
[all …]
H A Ddbus_dict_helpers.c864 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
865 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
872 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
873 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
1037 os_free(entry->str_value); in wpa_dbus_dict_entry_clear()
H A Ddbus_dict_helpers.h123 char *str_value; member
H A Ddbus_new_handlers.c238 size = os_strlen(entry.str_value); in set_network_properties()
246 entry.str_value); in set_network_properties()
250 value = os_strdup(entry.str_value); in set_network_properties()
381 size = os_strlen(entry.str_value); in set_cred_properties()
389 entry.str_value); in set_cred_properties()
393 value = os_strdup(entry.str_value); in set_cred_properties()
718 driver = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
725 ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
732 confname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
2757 if (hwaddr_aton(entry.str_value, peer)) { in wpas_dbus_handler_tdls_channel_switch()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp157 llvm::StringRef str_value = GetAttributeValue(name, ""); in GetAttributeValueAsUnsigned() local
159 llvm::StringRef str_value; in GetAttributeValueAsUnsigned()
162 value = StringConvert::ToUInt64(str_value.data(), fail_value, base, &success); in GetAttributeValueAsUnsigned()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h312 char *(*str_value)(sqlite3_str*); member
631 #define sqlite3_str_value sqlite3_api->str_value
H A Dsqlite3.c127626 char *(*str_value)(sqlite3_str*);
127945 #define sqlite3_str_value sqlite3_api->str_value