Searched refs:hold_v (Results 1 – 1 of 1) sorted by relevance
77 char hold_v[PROPERTY_MAX_VALUE + 1]; in properties_read() local146 hold_v[0] = '\0'; in properties_read()163 hold_v[v] = '\0'; in properties_read()174 hold_v[v] = '\0'; in properties_read()185 hold_v[v++] = ch; in properties_read()197 hold_v[v] = '\0'; in properties_read()202 hold_v[v++] = ch; in properties_read()210 if ((head = ptr = property_alloc(hold_n, hold_v)) == NULL) in properties_read()213 if ((ptr->next = property_alloc(hold_n, hold_v)) == NULL) { in properties_read()