Searched refs:lastpid (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_solaris.c265 static pid_t lastpid; local
271 if (lastpid == pid) {
276 lastpid = pid;
H A Dgetentropy_linux.c344 static pid_t lastpid; local
350 if (lastpid == pid) {
355 lastpid = pid;
H A Dgetentropy_osx.c216 static pid_t lastpid; local
230 if (lastpid == pid) {
235 lastpid = pid;
/netbsd-current/usr.bin/make/
H A Dmeta.c1120 int lastpid = 0; local
1211 * variable qualified by 'lastpid', and
1217 if (pid > 0 && pid != lastpid) {
1220 if (lastpid > 0) {
1227 lastpid = pid;
1258 lastpid = 0; /* no need to save ldir_vname */

Completed in 207 milliseconds