It's from here in the FORUMHOME template:
HTML Code:
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
So, do a search in your files for "buddymark" and you'll see it defined in functions_bigthree.php for the index page list and in class_profileblock.php for the profile page.