Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
H A Dlibutil.h53 typedef struct _property { struct
54 struct _property *next; argument
H A Dproperty.c48 if ((n = (properties)malloc(sizeof(struct _property))) == NULL) in property_alloc()