Lines Matching refs:profile_t
211 static errcode_t profile_get_value(profile_t profile, const char *name,
299 profile_init(const char **files, profile_t *ret_profile) in profile_init()
302 profile_t profile; in profile_init()
363 profile_release(profile_t profile) in profile_release()
384 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default()
1267 profile_t profile;
1279 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
1460 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1493 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
1521 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer()
1562 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint()
1638 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean()
1709 static void do_cmd(profile_t profile, char **argv) in do_cmd()
1795 static void do_batchmode(profile_t profile) in do_batchmode()
1830 profile_t profile; in main()