Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c642 static pid_t comp_pid = 0; variable
1119 comp_pid = compress_file(); in main()
1171 comp_pid = uncompress_file(); in main()
4934 if (comp_pid != 0) in done()
4935 wait_pid(comp_pid); in done()