Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dzstdfs.c54 static int zstdf_open(const char *path, struct open_file *f);
63 .fo_open = zstdf_open,
120 zstdf_open(const char *fname, struct open_file *f) in zstdf_open() function