Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dproperty.c44 property_alloc(char *name, char *value) in property_alloc() function
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()
225 if (head == NULL && (head = property_alloc(NULL, NULL)) == NULL) in properties_read()