Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dprofile.h69 const char *subsubname, const char *def_val,
73 const char *subsubname, int def_val,
78 const char *subsubname, unsigned int def_val,
83 const char *subsubname, double def_val,
88 const char *subsubname, int def_val,
Dprofile.c214 const char *subname, const char *subsubname,
1470 const char *subname, const char *subsubname, in profile_get_value() argument
1480 names[2] = subsubname; in profile_get_value()
1503 const char *subsubname, const char *def_val, in profile_get_string() argument
1511 subsubname, &value); in profile_get_string()
1531 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1542 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1572 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1584 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1613 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument
[all …]
/external/e2fsprogs/e2fsck/
Dproblem.c2358 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
2365 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
2389 const char *subsubname, const char *def_val, in profile_get_string() argument