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

/external/e2fsprogs/e2fsck/
H A Dprofile.c1652 profile_parse_boolean(const char *s, int *ret_boolean) argument
1656 if (ret_boolean == NULL)
1661 *ret_boolean = 1;
1668 *ret_boolean = 0;
1678 const char *subsubname, int def_val, int *ret_boolean)
1684 *ret_boolean = def_val;
1690 *ret_boolean = def_val;
1695 return profile_parse_boolean (value, ret_boolean);
1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
H A Dproblem.c1982 const char *subsubname, int def_val, int *ret_boolean)
1981 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument

Completed in 284 milliseconds