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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c130 if (os_strcmp(entry.str_value, "start_with_full") == 0)
132 else if (os_strcmp(entry.str_value, "social") == 0)
134 else if (os_strcmp(entry.str_value, "progressive") == 0)
345 pg_object_path = os_strdup(entry.str_value);
466 peer_object_path = os_strdup(entry.str_value);
471 interface_addr = os_strdup(entry.str_value);
552 peer_object_path = os_strdup(entry.str_value);
574 if (os_strcmp(entry.str_value, "pbc") == 0)
576 else if (os_strcmp(entry.str_value, "pin") == 0)
578 else if (os_strcmp(entry.str_value, "displa
[all...]
H A Ddbus_dict_helpers.h123 char *str_value; member in union:wpa_dbus_dict_entry::__anon4400
H A Ddbus_dict_helpers.c864 entry->str_value = os_strdup(v);
865 if (entry->str_value == NULL)
872 entry->str_value = os_strdup(v);
873 if (entry->str_value == NULL)
1037 os_free(entry->str_value);
H A Ddbus_new_handlers.c224 size = os_strlen(entry.str_value);
234 entry.str_value);
238 value = os_strdup(entry.str_value);
581 driver = os_strdup(entry.str_value);
588 ifname = os_strdup(entry.str_value);
595 confname = os_strdup(entry.str_value);
602 bridge_ifname = os_strdup(entry.str_value);
2391 if (hwaddr_aton(entry.str_value, peer)) {
2394 entry.str_value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp157 llvm::StringRef str_value = GetAttributeValue(name, ""); local
159 llvm::StringRef str_value;
162 value = StringConvert::ToUInt64(str_value.data(), fail_value, base, &success);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h312 char *(*str_value)(sqlite3_str*); member in struct:sqlite3_api_routines
624 #define sqlite3_str_value sqlite3_api->str_value
H A Dsqlite3.c[all...]

Completed in 666 milliseconds