7 calls to fp_render_c_fieldset()

AdvisingScreen::build_test_scores in classes/AdvisingScreen.php
Constructs the HTML to show the student's test scores.
audit_display_audit in modules/audit/audit.module
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
comments_display_main in modules/comments/comments.module
This displays the primary Comments tab, where we see past comments and can enter a new one (with the right permissions).
fp_render_array in includes/render.inc
This takes a render_array and generates the HTML for it. This usually is not called directly, but instead you should call fp_render_content() or fp_render_form()
student_files_content_alter in modules/student_files/student_files.module
Implememnt hook_content_alter
student_search_get_advanced_search_tips in modules/student_search/student_search.module
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions.