Searched refs:profile_get_value (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | profile.c | 211 static errcode_t profile_get_value(profile_t profile, const char *name, 1460 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() function 1501 retval = profile_get_value(profile, name, subname, in profile_get_string() 1533 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer() 1575 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint() 1649 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean() 1741 retval = profile_get_value(profile, name, subname, in do_cmd()
|