Searched refs:aconf_get_string (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/acctadm/ |
H A D | aconf.c | 63 static int aconf_get_string(const char *, const char *, char *, size_t); 155 if (aconf_get_string(AC_PGNAME, AC_PROP_TRACKED, tracked, in aconf_setup() 161 if (aconf_get_string(AC_PGNAME, AC_PROP_UNTRACKED, untracked, in aconf_setup() 167 if (aconf_get_string(AC_PGNAME, AC_PROP_FILE, file, in aconf_setup() 376 if (aconf_get_string("general", "action_authorization", auth, in aconf_have_smf_auths() 380 if (aconf_get_string("general", "value_authorization", auth, in aconf_have_smf_auths() 384 if (aconf_get_string("config", "value_authorization", auth, in aconf_have_smf_auths() 448 aconf_get_string(const char *pgname, const char *propname, char *buf, in aconf_get_string() function
|