Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dar_io.c83 static void ar_start_gzip (int, const char *, int);
118 ar_start_gzip(arfd, gzip_program, 0); in ar_open()
129 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
1240 ar_start_gzip(int fd, const char *gzip_program, int wr) in ar_start_gzip() function