Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dproperty.c47 property_alloc(char *name, char *value) in property_alloc() function
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()
228 if (head == NULL && (head = property_alloc(NULL, NULL)) == NULL) in properties_read()