Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dcdf.h80 } cdf_header_t; typedef
290 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
291 void cdf_swap_header(cdf_header_t *);
292 void cdf_unpack_header(cdf_header_t *, char *);
297 const cdf_header_t *, cdf_secid_t);
299 const cdf_header_t *, cdf_secid_t);
300 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
302 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
304 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
306 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
[all …]
H A Dcdf.c235 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
266 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
349 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream()
358 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset()
401 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
435 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
450 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
478 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
603 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
652 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
[all …]
H A Dreadcdf.c272 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
303 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
376 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info()
394 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info()
553 cdf_header_t h; in file_trycdf()