Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
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.c212 const char *subname, const char *subsubname,
1463 const char *subname, const char *subsubname, in profile_get_value() argument
1473 names[2] = subsubname; in profile_get_value()
1496 const char *subsubname, const char *def_val, in profile_get_string() argument
1504 subsubname, &value); in profile_get_string()
1524 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1535 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1565 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1577 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1606 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument
[all …]
Dproblem.c1982 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1989 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
2013 const char *subsubname, const char *def_val, in profile_get_string() argument