bool_value       5616 source3/param/loadparm.c static const char *get_boolean(bool bool_value);
bool_value       6530 source3/param/loadparm.c static const char *get_boolean(bool bool_value)
bool_value       6535 source3/param/loadparm.c 	return (bool_value ? yes_str : no_str);