Searched refs:bytes_to_copy (Results 1 – 1 of 1) sorted by relevance
41 unsigned int bytes_to_copy; in parse_metadata() local55 bytes_to_copy = MIN(attribute_len + 1, attribute_size); in parse_metadata()57 strlcpy(attribute, attribute_string, bytes_to_copy); in parse_metadata()