Searched refs:zzuf_pid (Results 1 – 1 of 1) sorted by relevance
50 static pid_t zzuf_pid; variable69 zzuf_pid = fork (); in zzuf_socat_start()70 if (zzuf_pid == -1) in zzuf_socat_start()75 if (zzuf_pid != 0) in zzuf_socat_start()79 if (0 < waitpid (zzuf_pid, &status, WNOHANG)) in zzuf_socat_start()95 zzuf_pid = 0; /* fork failed */ in zzuf_socat_start()104 if (zzuf_pid != 0) in zzuf_socat_stop()106 if (0 != killpg (zzuf_pid, SIGINT)) in zzuf_socat_stop()108 kill (zzuf_pid, SIGINT); in zzuf_socat_stop()109 waitpid (zzuf_pid, &status, 0); in zzuf_socat_stop()