Lines Matching refs:profile_t
213 static errcode_t profile_get_value(profile_t profile, const char *name,
304 profile_init(const char * const *files, profile_t *ret_profile) in profile_init()
307 profile_t profile; in profile_init()
371 profile_release(profile_t profile) in profile_release()
392 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default()
1272 profile_t profile;
1284 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
1469 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1502 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
1530 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer()
1571 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint()
1612 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double()
1684 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean()
1755 static void do_cmd(profile_t profile, char **argv) in do_cmd()
1841 static void do_batchmode(profile_t profile) in do_batchmode()
1876 profile_t profile; in main()