I have a purpose when I need to use some system calls on UNIX, for example mktime () and fnmatch (), to do some operations. We are only given the names of the manual pages to find them.
Now this is normal for an appointment. But in the future, when I do UNIX programming, I probably donβt know the exact name (I would never know that fnmatch exists without knowing its name).
So the question is: how can I get an exhaustive list of all UNIX system functions? I really don't care if it is classified or sorted (although it would be nice), but I'd like the list to include descriptions so that it is searchable. That way, when I need a function, I can do a few searches to find potential candidates, and then I can help them find the exact use.
source share