Searched refs:def_val (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
H A 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,
H A Dprofile.c1491 const char *subsubname, const char *def_val,
1501 value = def_val;
1505 value = def_val;
1519 const char *subsubname, int def_val, int *ret_int)
1526 *ret_int = def_val;
1532 *ret_int = def_val;
1560 const char *subsubname, unsigned int def_val,
1568 *ret_int = def_val;
1574 *ret_int = def_val;
1636 const char *subsubname, int def_val, in
1490 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
1518 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument
1559 profile_get_uint(profile_t profile, const char *name, const char *subname, const char *subsubname, unsigned int def_val, unsigned int *ret_int) argument
1635 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
[all...]
H A Dproblem.c1875 const char *subsubname, int def_val, int *ret_boolean)
1899 const char *subsubname, const char *def_val,
1874 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
1898 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
/external/e2fsprogs/misc/
H A Dmke2fs.c1089 const char *def_val)
1101 profile_get_string(profile, "defaults", opt, 0, def_val, &ret);
1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val) argument
1110 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret);
1116 static int get_bool_from_profile(char **fs_types, const char *opt, int def_val) argument
1121 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret);
1088 get_string_from_profile(char **fs_types, const char *opt, const char *def_val) argument

Completed in 199 milliseconds