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