Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/xz/
H A Dfile_io.h100 extern file_pair *io_open_src(const char *src_name);
H A Dcoder.c1031 file_pair *pair = io_open_src(filename); in coder_run()
H A Dfile_io.c777 io_open_src(const char *src_name) in io_open_src() function
H A Dlist.c1287 file_pair *pair = io_open_src(filename); in list_file()
/freebsd-14.2/contrib/xz/
H A DChangeLog5581 only in io_open_src() so it's nicer to avoid a separate function.