Searched refs:cdf_timestamp_to_timespec (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() function 195 cdf_timestamp_to_timespec(&ts, tst); in main()
|
H A D | cdf.h | 284 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
|
H A D | print.c | 279 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v)); in file_fmtdatetime()
|
H A D | cdf.c | 1424 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir() 1426 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir() 1507 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info() 1559 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
|
H A D | readcdf.c | 227 cdf_timestamp_to_timespec(&ts, tp); in cdf_file_property_info()
|
Completed in 26 milliseconds