Searched refs:cdf_timestamp_to_timespec (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/file/src/ |
| D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() function 190 cdf_timestamp_to_timespec(&ts, tst); in main()
|
| D | print.c | 241 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v)); in file_fmttime()
|
| D | cdf.h | 285 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
|
| D | cdf.c | 1404 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir() 1406 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir() 1487 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info() 1539 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
|
| D | readcdf.c | 237 cdf_timestamp_to_timespec(&ts, tp); in cdf_file_property_info()
|