Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlibutil.h81 typedef struct _property { struct
82 struct _property *next; argument
H A Dproperty.c51 if ((n = (properties)malloc(sizeof(struct _property))) == NULL) in property_alloc()