Lines Matching defs:profile
307 profile_t profile; in profile_init() local
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; member
1284 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
1465 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1498 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
1526 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer()
1567 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint()
1608 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double()
1680 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean()
1751 static void do_cmd(profile_t profile, char **argv) in do_cmd()
1837 static void do_batchmode(profile_t profile) in do_batchmode()
1872 profile_t profile; in main() local