Searched refs:arfd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/bin/pax/
H A Dar_io.c72 static int arfd = -1; /* archive file descriptor */ variable
104 if (arfd != -1)
105 (void)close(arfd);
106 arfd = -1;
118 arfd = STDIN_FILENO;
120 } else if ((arfd = open(name, EXT_MODE, DMOD)) < 0)
122 if (arfd != -1 && gzip_program != NULL)
123 ar_start_gzip(arfd, gzip_program, 0);
127 arfd = STDOUT_FILENO;
129 } else if ((arfd
[all...]

Completed in 41 milliseconds