Searched refs:ret_boolean (Results 1 – 2 of 2) sorted by relevance
1610 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument1614 if (ret_boolean == NULL) in profile_parse_boolean()1619 *ret_boolean = 1; in profile_parse_boolean()1626 *ret_boolean = 0; in profile_parse_boolean()1636 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument1642 *ret_boolean = def_val; in profile_get_boolean()1648 *ret_boolean = def_val; in profile_get_boolean()1653 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()
1875 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument