Home
last modified time | relevance | path

Searched refs:cdf_timestamp_to_timespec (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() function
190 cdf_timestamp_to_timespec(&ts, tst); in main()
H A Dprint.c86 cdf_timestamp_to_timespec(&ts, t); in file_fmttime()
H A Dcdf.h277 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
H A Dreadcdf.c148 if (cdf_timestamp_to_timespec(&ts, tp) == -1) {
H A Dcdf.c1173 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir()
1175 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir()
1258 cdf_timestamp_to_timespec(&ts, tp);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1106 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1109 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1121 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1122 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
2802 cdf_timestamp_to_timespec(&ts, t);
2855 - cdf_timestamp_to_timespec(&ts, tp);
2859 + if (cdf_timestamp_to_timespec(&ts, tp) == -1) {

Completed in 19 milliseconds