Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/libdfui/
H A Ddfui.h249 struct dfui_property *dfui_property_new(const char *, const char *);
H A Ddecode.c267 h = dfui_property_new(name, value); in dfui_decode_property()
H A Dform.c131 dfui_property_new(const char *name, const char *value) in dfui_property_new() function
201 p = dfui_property_new(name, value); in dfui_property_set()
H A Dconnection.c403 p = dfui_property_new(key, value); in dfui_be_set_global_setting()