Searched refs:cdf_timestamp_to_timespec (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) function
190 cdf_timestamp_to_timespec(&ts, tst);
H A Dprint.c251 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v));
H A Dcdf.h286 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
H A Dcdf.c1431 cdf_timestamp_to_timespec(&ts, d->d_created);
1433 cdf_timestamp_to_timespec(&ts, d->d_modified);
1514 cdf_timestamp_to_timespec(&ts, tp);
1566 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp);
H A Dreadcdf.c238 cdf_timestamp_to_timespec(&ts, tp);

Completed in 172 milliseconds