Home
last modified time | relevance | path

Searched refs:ret_boolean (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.c1659 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument
1663 if (ret_boolean == NULL) in profile_parse_boolean()
1668 *ret_boolean = 1; in profile_parse_boolean()
1675 *ret_boolean = 0; in profile_parse_boolean()
1685 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1691 *ret_boolean = def_val; in profile_get_boolean()
1697 *ret_boolean = def_val; in profile_get_boolean()
1702 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()
/external/e2fsprogs/e2fsck/
Dproblem.c2358 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument