Searched refs:subsubname (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | profile.h | 69 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,
|
D | profile.c | 212 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 …]
|
D | problem.c | 1982 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
|