Searched refs:property_alloc (Results 1 – 1 of 1) sorted by relevance
44 property_alloc(char *name, char *value) in property_alloc() function207 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()