Home
last modified time | relevance | path

Searched refs:def_val (Results 1 – 4 of 4) 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, int def_val,
Dprofile.c1491 const char *subsubname, const char *def_val, in profile_get_string() argument
1501 value = def_val; in profile_get_string()
1505 value = def_val; in profile_get_string()
1519 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1526 *ret_int = def_val; in profile_get_integer()
1532 *ret_int = def_val; in profile_get_integer()
1560 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1568 *ret_int = def_val; in profile_get_uint()
1574 *ret_int = def_val; in profile_get_uint()
1636 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
[all …]
Dproblem.c1875 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1899 const char *subsubname, const char *def_val, in profile_get_string() argument
/external/e2fsprogs/misc/
Dmke2fs.c1089 const char *def_val) in get_string_from_profile() argument
1101 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile()
1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val) in get_int_from_profile() argument
1110 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); in get_int_from_profile()
1116 static int get_bool_from_profile(char **fs_types, const char *opt, int def_val) in get_bool_from_profile() argument
1121 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile()