Home
last modified time | relevance | path

Searched refs:kill_other (Results 1 – 4 of 4) sorted by relevance

/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dprocess.h29 extern bool kill_other(int);
/dports/security/tinc/tinc-1.0.36/src/
H A Dprocess.h31 extern bool kill_other(int signal);
H A Dtincd.c674 return !kill_other(kill_tincd); in main()
H A Dprocess.c276 bool kill_other(int signal) { in kill_other() function