Searched refs:aconf_prop (Results 1 – 1 of 1) sorted by relevance
64 static props_t *aconf_prop(const char *, int);511 if ((p = aconf_prop(propname, SCF_TYPE_ASTRING)) == NULL) in aconf_set_string()524 if ((p = aconf_prop(propname, SCF_TYPE_BOOLEAN)) == NULL) in aconf_set_bool()532 aconf_prop(const char *propname, int proptype) in aconf_prop() function