Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c79 static pid_t zpid = -1; /* pid of child process */ variable
333 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) in ar_close()
334 kill(zpid, SIGINT); in ar_close()
339 if (zpid > 0) in ar_close()
340 waitpid(zpid, &status, 0); in ar_close()
1243 zpid = fork(); in ar_start_gzip()
1244 if (zpid < 0) in ar_start_gzip()
1248 if (zpid) { in ar_start_gzip()