Is there a web site anywhere that anyone knows about listing all the thread safe version function calls? For example, we have been using strerror() in calls for some time, but it wasn't until recently that one of our team happened upon the strerror_r function call while researching something else. The same is true with strtok and strtok_r. I have tried searching for a list of all the possible thread safe functions, but if you don't already know what they are named, you can't find anything on them. At least I haven't . Even a lot of the sites that are about strerror didn't mention strerror_r.
Anyway, any help in this area would be greatly appreciated.
Thanks in advance.
Anyway, any help in this area would be greatly appreciated.
Thanks in advance.