Searched refs:ret_boolean (Results 1 – 2 of 2) sorted by relevance
1655 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument1659 if (ret_boolean == NULL) in profile_parse_boolean()1664 *ret_boolean = 1; in profile_parse_boolean()1671 *ret_boolean = 0; in profile_parse_boolean()1681 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument1687 *ret_boolean = def_val; in profile_get_boolean()1693 *ret_boolean = def_val; in profile_get_boolean()1698 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()
2301 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument