Searched refs:temp_value (Results 1 – 2 of 2) sorted by relevance
3553 char temp_value[PROPERTY_VALUE_MAX]; local3573 if (!persist_get_key(fieldname, temp_value)) {3575 if (strlcpy(value, temp_value, len) >= (unsigned) len) {3591 if (!persist_get_key(temp_field, temp_value)) {3592 if (strlcat(value, temp_value, len) >= (unsigned)len) {
235 BT_OCTET16 temp_value = {0}; in BTM_SecRegister() local249 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) in BTM_SecRegister()