Lines Matching defs:value
137 const char *attr, const char *value)
140 * the trailing =1. Therefore, if the value is empty,
143 if (!strcmp(value, "")) {
145 "nonstandard empty value\n", attr);
146 value = "1";
149 data->octet_align = atoi(value);
151 data->crc = atoi(value);
153 data->interleaving = atoi(value);
155 data->channels = atoi(value);
171 * separated key/value pairs.