Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acctadm/
H A Daconf.c59 } props_t; typedef
64 static props_t *aconf_prop(const char *, int);
69 static props_t *props = NULL;
324 props_t *p; in aconf_save()
325 props_t *q; in aconf_save()
509 props_t *p; in aconf_set_string()
522 props_t *p; in aconf_set_bool()
531 static props_t *
534 props_t *p; in aconf_prop()
536 if ((p = malloc(sizeof (props_t))) != NULL) { in aconf_prop()