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

/freebsd-13-stable/bin/pax/
H A Dar_io.c74 static int arfd = -1; /* archive file descriptor */ variable
106 if (arfd != -1)
107 (void)close(arfd);
108 arfd = -1;
120 arfd = STDIN_FILENO;
122 } else if ((arfd = open(name, EXT_MODE, DMOD)) < 0)
124 if (arfd != -1 && gzip_program != NULL)
125 ar_start_gzip(arfd, gzip_program, 0);
129 arfd = STDOUT_FILENO;
131 } else if ((arfd
[all...]

Completed in 61 milliseconds