| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_ipc.c | 202 size_t get_required_tlv_string_length(const char *str_value) 204 return (IPC_TLV16_OVERHEAD_LENGTH + strlen(str_value) + 1); 246 void put_tlv_string(const uint16_t type, const char *const str_value, uint8_t **const ptr, const uint8_t *const limit, 250 size_t len = strlen(str_value) + 1; 253 put_tlv(type, (uint16_t)len, (const uint8_t *)str_value, ptr, limit); 330 const char *str_value = NULL; local 335 str_value = value; 337 return str_value;
|
| dnssd_ipc.h | 236 size_t get_required_tlv_string_length(const char *str_value); 240 void put_tlv_string(const uint16_t type, const char *const str_value, uint8_t **const ptr, const uint8_t *const limit,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 155 if (os_strcmp(entry.str_value, "start_with_full") == 0) 157 else if (os_strcmp(entry.str_value, "social") == 0) 159 else if (os_strcmp(entry.str_value, "progressive") == 0) 396 pg_object_path = os_strdup(entry.str_value); 399 if (hwaddr_aton(entry.str_value, go_bssid_buf)) 566 peer_object_path = os_strdup(entry.str_value); 571 interface_addr = os_strdup(entry.str_value); 652 peer_object_path = os_strdup(entry.str_value); 674 if (os_strcmp(entry.str_value, "pbc") == 0) 676 else if (os_strcmp(entry.str_value, "pin") == 0 [all...] |
| dbus_dict_helpers.h | 131 char *str_value; member in union:wpa_dbus_dict_entry::__anon8515
|
| dbus_dict_helpers.c | 961 entry->str_value = os_strdup(v); 962 if (entry->str_value == NULL) 969 entry->str_value = os_strdup(v); 970 if (entry->str_value == NULL) 1134 os_free(entry->str_value);
|
| dbus_new_handlers.c | 240 size = os_strlen(entry.str_value); 248 entry.str_value); 252 value = os_strdup(entry.str_value); 417 size = os_strlen(entry->str_value); 425 entry->str_value); 431 value = os_strdup(entry->str_value); 790 driver = os_strdup(entry.str_value); 797 ifname = os_strdup(entry.str_value); 804 confname = os_strdup(entry.str_value); 811 bridge_ifname = os_strdup(entry.str_value); [all...] |
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_dbms.c | 251 static void pcf_register_dbms_helper(int mode, char *str_value, 267 while ((db_type = mystrtokq_cw(&str_value, CHARS_COMMA_SP, CHARS_BRACE,
|
| /src/external/bsd/nvi/dist/common/ |
| api.c | 461 const char *str_value, u_long num_value, int bool_value) 486 a.len = SPRINTF(bp, 1024, L(""WS"=%s"), name, str_value);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3ext.h | 312 char *(*str_value)(sqlite3_str*); member in struct:sqlite3_api_routines 663 #define sqlite3_str_value sqlite3_api->str_value
|
| sqlite3.c | [all...] |
| /src/external/gpl2/lvm2/dist/tools/ |
| dmsetup.c | 785 static uint32_t _get_cookie_value(char *str_value) 790 if (!(value = strtoul(str_value, &p, 0)) ||
|