Home
last modified time | relevance | path

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

/PHP-5.6/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.c232 if (cdf_timestamp_to_timespec(&ts, tp) == -1) {
H A Dcdf.c1176 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir()
1178 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir()
1261 cdf_timestamp_to_timespec(&ts, tp);
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1087 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1090 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1112 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1113 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
2768 cdf_timestamp_to_timespec(&ts, t);
2894 - cdf_timestamp_to_timespec(&ts, tp);
2897 + if (cdf_timestamp_to_timespec(&ts, tp) == -1) {

Completed in 31 milliseconds