Searched refs:cdf_read_ssat (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | cdf.h | 314 file_protected int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *,
|
H A D | readcdf.c | 575 if ((i = cdf_read_ssat(&info, &h, &sat, &ssat)) == -1) { in file_trycdf()
|
H A D | cdf.c | 756 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() function 1635 if (cdf_read_ssat(&info, &h, &sat, &ssat) == -1) in main()
|