Home | History | Annotate | Download | only in e2fsck

Lines Matching full:profile

2  * profile_helpers.c -- Helper functions for the profile library
4 * These functions are not part of the "core" profile library, and do
6 * the profile library. They are mainly convenience functions for
26 #include "profile.h"
141 profile_get_values(profile_t profile, const char *const *names,
149 if ((retval = profile_iterator_create(profile, names,
182 profile_get_subsection_names(profile_t profile, const char **names,
190 if ((retval = profile_iterator_create(profile, names,
218 profile_get_relation_names(profile_t profile, const char **names,
226 if ((retval = profile_iterator_create(profile, names,