Lines Matching full:profile_t
111 * This structure defines the high-level, user visible profile_t
211 static errcode_t profile_get_value(profile_t profile, const char *name,
217 * prof_init.c --- routines that manipulate the user-visible profile_t
299 profile_init(const char **files, profile_t *ret_profile)
302 profile_t profile;
363 profile_release(profile_t profile)
384 errcode_t profile_set_default(profile_t profile, const char *def_string)
1264 profile_t profile;
1276 profile_iterator_create(profile_t profile, const char *const *names, int flags,
1457 errcode_t profile_get_value(profile_t profile, const char *name,
1490 profile_get_string(profile_t profile, const char *name, const char *subname,
1518 profile_get_integer(profile_t profile, const char *name, const char *subname,
1559 profile_get_uint(profile_t profile, const char *name, const char *subname,
1635 profile_get_boolean(profile_t profile, const char *name, const char *subname,
1706 static void do_cmd(profile_t profile, char **argv)
1792 static void do_batchmode(profile_t profile)
1827 profile_t profile;