Searched refs:cdf_timestamp_to_timespec (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 100 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() function 191 cdf_timestamp_to_timespec(&ts, tst); in main()
|
H A D | print.c | 252 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v)); in file_fmttime()
|
H A D | cdf.h | 286 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
|
H A D | cdf.c | 1415 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir() 1417 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir() 1498 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info() 1550 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
|
H A D | readcdf.c | 229 cdf_timestamp_to_timespec(&ts, tp); in cdf_file_property_info()
|
Completed in 21 milliseconds