Searched refs:root_storage (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | readcdf.c | 155 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info() argument 165 if (!NOTMIME(ms) && root_storage) in cdf_file_property_info() 166 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_property_info() 304 const cdf_stream_t *sst, const cdf_directory_t *root_storage) in cdf_file_summary_info() argument 344 if (root_storage) { in cdf_file_summary_info() 345 str = cdf_clsid_to_mime(root_storage->d_storage_uuid, in cdf_file_summary_info() 354 m = cdf_file_property_info(ms, info, count, root_storage); in cdf_file_summary_info() 396 const cdf_directory_t *root_storage, const char **expn) in cdf_check_summary_info() argument 407 if ((i = cdf_file_summary_info(ms, h, scn, root_storage)) < 0) { in cdf_check_summary_info() 559 const cdf_directory_t *root_storage; in file_trycdf() local [all …]
|