Searched defs:ret_boolean (Results 1 - 2 of 2) sorted by relevance
/external/e2fsprogs/e2fsck/ |
H A D | problem.c | 1992 const char *subsubname, int def_val, int *ret_boolean) 1991 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
|
H A D | profile.c | 1652 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
|
Completed in 117 milliseconds