Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dar_io.c78 static pid_t zpid = -1; /* pid of child process */ variable
335 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) in ar_close()
336 kill(zpid, SIGINT); in ar_close()
341 if (zpid > 0) in ar_close()
342 waitpid(zpid, &status, 0); in ar_close()
1247 zpid = fork(); in ar_start_gzip()
1248 if (zpid < 0) in ar_start_gzip()
1252 if (zpid) { in ar_start_gzip()