Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dprofile.c1613 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument
1617 if (ret_boolean == NULL) in profile_parse_boolean()
1622 *ret_boolean = 1; in profile_parse_boolean()
1629 *ret_boolean = 0; in profile_parse_boolean()
1639 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1645 *ret_boolean = def_val; in profile_get_boolean()
1651 *ret_boolean = def_val; in profile_get_boolean()
1656 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()