Searched refs:cdf_ctime (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 170 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime() function 192 p = cdf_ctime(&ts.tv_sec, buf); in main()
|
H A D | cdf.h | 337 char *cdf_ctime(const time_t *, char *);
|
H A D | cdf.c | 1416 (void)fprintf(stderr, "Created %s", cdf_ctime(&ts.tv_sec, buf)); in cdf_dump_dir() 1419 cdf_ctime(&ts.tv_sec, buf)); in cdf_dump_dir() 1500 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info() 1553 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
|
H A D | readcdf.c | 230 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1280 cdf_ctime(&ts.tv_sec, tbuf)); 1326 cdf_ctime(const time_t *sec, char *buf)
|
Completed in 25 milliseconds