Lines Matching defs:profile
305 profile_t profile; in profile_init() local
368 profile_release(profile_t profile) in profile_release()
389 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default()
1269 profile_t profile; member
1281 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
1462 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value()
1495 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
1523 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer()
1564 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint()
1605 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double()
1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean()
1748 static void do_cmd(profile_t profile, char **argv) in do_cmd()
1834 static void do_batchmode(profile_t profile) in do_batchmode()
1869 profile_t profile; in main() local