property_value
char *property_name, char *property_value, size_t len)
if (got_it && property_value == NULL) {
*property_value = '\0';
estrcpy(property_value, opp->oprom_array, len);
if (property_value != NULL) {
estrcpy(property_value, opp->oprom_array, len);
property_value: simple_prop_val
property_value OPEN_PAREN CLOSE_PAREN COMMA simple_prop_val
| ADD property_name property_value
| INFO resource_type property_name EQUAL property_value
| INFO resource_type property_name EQUAL property_value property_name EQUAL property_value
| INFO resource_type property_name EQUAL property_value property_name EQUAL property_value property_name EQUAL property_value
| REMOVE property_name property_value
| REMOVE resource_type property_name EQUAL property_value
| REMOVE resource_type property_name EQUAL property_value property_name EQUAL property_value
| REMOVE resource_type property_name EQUAL property_value property_name EQUAL property_value property_name EQUAL property_value
| SELECT resource_type property_name EQUAL property_value
| SELECT resource_type property_name EQUAL property_value property_name EQUAL property_value
| SELECT resource_type property_name EQUAL property_value property_name EQUAL property_value property_name EQUAL property_value
| SET property_name EQUAL property_value
| SET TOKEN ZONEPATH EQUAL property_value