Home
last modified time | relevance | path

Searched refs:oldpid (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dnsd.c936 pid_t oldpid; in main() local
1490 if ((oldpid = readpid(nsd.pidfile)) == -1) { in main()
1496 if (kill(oldpid, 0) == 0 || errno == EPERM) { in main()
1499 argv0, (unsigned) oldpid); in main()
1503 (unsigned) oldpid); in main()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote.c1730 remote_current_thread (ptid_t oldpid) in remote_current_thread() argument
1740 return oldpid; in remote_current_thread()