Searched refs:cdf_dump_sat (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | readcdf.c | 578 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in file_trycdf() 586 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in file_trycdf()
|
H A D | cdf.h | 344 void cdf_dump_sat(const char *, const cdf_sat_t *, size_t);
|
H A D | cdf.c | 1382 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() function 1638 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in main() 1644 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in main()
|