Home
last modified time | relevance | path

Searched refs:profile_get_value (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.c213 static errcode_t profile_get_value(profile_t profile, const char *name,
1469 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() function
1510 retval = profile_get_value(profile, name, subname, in profile_get_string()
1542 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1584 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1624 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_double()
1695 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean()
1787 retval = profile_get_value(profile, name, subname, in do_cmd()