Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDar_io.c85 static pid_t zpid = -1; /* pid of child process */ variable
339 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) in ar_close()
340 kill(zpid, SIGINT); in ar_close()
345 if (zpid > 0) in ar_close()
346 waitpid(zpid, &status, 0); in ar_close()
1259 zpid = fork(); in ar_start_gzip()
1260 if (zpid < 0) in ar_start_gzip()
1264 if (zpid) { in ar_start_gzip()