Home
last modified time | relevance | path

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

/freebsd-12.1/bin/pax/
H A Dar_io.c87 static pid_t zpid = -1; /* pid of child process */ variable
341 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) in ar_close()
342 kill(zpid, SIGINT); in ar_close()
347 if (zpid > 0) in ar_close()
348 waitpid(zpid, &status, 0); in ar_close()
1261 zpid = fork(); in ar_start_gzip()
1262 if (zpid < 0) in ar_start_gzip()
1266 if (zpid) { in ar_start_gzip()