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, 1457 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() function 1498 retval = profile_get_value(profile, name, subname, in profile_get_string() 1530 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer() 1572 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint() 1646 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean() 1738 retval = profile_get_value(profile, name, subname, in do_cmd()
|