Searched defs:def_val (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | problem.c | 1875 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() 1899 const char *subsubname, const char *def_val, in profile_get_string()
|
D | profile.c | 1491 const char *subsubname, const char *def_val, in profile_get_string() 1519 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() 1560 const char *subsubname, unsigned int def_val, in profile_get_uint() 1636 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1089 const char *def_val) 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() 1116 static int get_bool_from_profile(char **fs_types, const char *opt, int def_val) in get_bool_from_profile()
|