I have to find the list of variables that store pid value(s) from our legacy products' source code.
The easy part is-
1. Gather all variables that are of type pid_t.
2. Gather all variables that are named as *pid*.
Now the difficult part-
Those variables that are neither of the above types but store values returned syscalls/libraries like getpid(2), getppid(2), fork(2) and so on.
So the question would be-
Where is the best place or rather one-stop-shop to get the list of all hpux syscalls/libraries that either use pid as an input parameter or the return value is a pid value?
Thanks in advance,
Sanjay
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
You can go to http://docs.hp.com/ and search for PID. You'll want to use the "more options" link to narrow the search to the release you're interested in. For 11.00, I got 300+ hits... without narrowing the search to a release, you get 1100+ hits.