Home
last modified time | relevance | path

Searched refs:def_val (Results 1 – 2 of 2) 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.c1494 const char *subsubname, const char *def_val, in profile_get_string() argument
1504 value = def_val; in profile_get_string()
1508 value = def_val; in profile_get_string()
1522 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1529 *ret_int = def_val; in profile_get_integer()
1535 *ret_int = def_val; in profile_get_integer()
1563 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1571 *ret_int = def_val; in profile_get_uint()
1577 *ret_int = def_val; in profile_get_uint()
1639 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
[all …]