Searched refs:subsubname (Results 1 – 2 of 2) 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, int def_val,
|
D | profile.c | 212 const char *subname, const char *subsubname, 1461 const char *subname, const char *subsubname, in profile_get_value() argument 1471 names[2] = subsubname; in profile_get_value() 1494 const char *subsubname, const char *def_val, in profile_get_string() argument 1502 subsubname, &value); in profile_get_string() 1522 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument 1533 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer() 1563 const char *subsubname, unsigned int def_val, in profile_get_uint() argument 1575 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint() 1639 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument [all …]
|