Searched refs:ret_boolean (Results 1 – 2 of 2) sorted by relevance
1659 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument1663 if (ret_boolean == NULL) in profile_parse_boolean()1668 *ret_boolean = 1; in profile_parse_boolean()1675 *ret_boolean = 0; in profile_parse_boolean()1685 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument1691 *ret_boolean = def_val; in profile_get_boolean()1697 *ret_boolean = def_val; in profile_get_boolean()1702 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()
2358 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument