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,
1465 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() function
1506 retval = profile_get_value(profile, name, subname, in profile_get_string()
1538 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1580 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1620 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_double()
1691 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean()
1783 retval = profile_get_value(profile, name, subname, in do_cmd()