Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c82 static void ar_start_gzip(int, const char *, int);
117 ar_start_gzip(arfd, gzip_program, 0); in ar_open()
128 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
1236 ar_start_gzip(int fd, const char *gzip_prog, int wr) in ar_start_gzip() function