views:

13

answers:

0

Hello all!

I was hoping that someone could give me some tips and point me in the right direction as far as searching through complex source code.

For example, I am looking for the various POSIX system call implementations. Say I wanted to find the implementation of open(), how would an experienced programmer find this?

I am familiar with grep, however, there are so many hits that I am getting lost. Are there some good references that make finding the actual implementation (not definitions) easier?

Any help is greatly appreciated!