Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dprofile.c1610 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument
1614 if (ret_boolean == NULL) in profile_parse_boolean()
1619 *ret_boolean = 1; in profile_parse_boolean()
1626 *ret_boolean = 0; in profile_parse_boolean()
1636 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1642 *ret_boolean = def_val; in profile_get_boolean()
1648 *ret_boolean = def_val; in profile_get_boolean()
1653 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()
Dproblem.c1875 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument