Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dar_io.c106 static void ar_start_gzip(int, const char *, int);
173 ar_start_gzip(arfd, gzip_program, 0); in ar_open()
184 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
1578 ar_start_gzip(int fd, const char *gzp, int wr) in ar_start_gzip() function