Home
last modified time | relevance | path

Searched refs:hold_v (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libutil/
H A Dproperty.c74 char hold_v[PROPERTY_MAX_VALUE + 1]; in properties_read() local
143 hold_v[0] = '\0'; in properties_read()
160 hold_v[v] = '\0'; in properties_read()
171 hold_v[v] = '\0'; in properties_read()
182 hold_v[v++] = ch; in properties_read()
194 hold_v[v] = '\0'; in properties_read()
199 hold_v[v++] = ch; in properties_read()
207 if ((head = ptr = property_alloc(hold_n, hold_v)) == NULL) in properties_read()
210 if ((ptr->next = property_alloc(hold_n, hold_v)) == NULL) { in properties_read()