Searched refs:ret_boolean (Results 1 – 1 of 1) sorted by relevance
281 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument285 if (ret_boolean == NULL) in profile_parse_boolean()290 *ret_boolean = 1; in profile_parse_boolean()297 *ret_boolean = 0; in profile_parse_boolean()307 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument314 *ret_boolean = def_val; in profile_get_boolean()324 *ret_boolean = def_val; in profile_get_boolean()329 return profile_parse_boolean (value, ret_boolean); in profile_get_boolean()