in reply to findstr

No offense, but this is called reinventing the wheel.

bash$ grep -r func_name /home/user/source-tree

You can use -i option to make the pattern case-insensitive. In short, man grep.