Searched refs:cdf_ctime (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | cdf_time.c | 169 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime() function 196 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 | 1453 (void)fprintf(stderr, "Created %s", cdf_ctime(&ts.tv_sec, buf)); in cdf_dump_dir() 1456 cdf_ctime(&ts.tv_sec, buf)); in cdf_dump_dir() 1537 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info() 1590 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
|
H A D | readcdf.c | 239 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1093 * add cdf_ctime() that prints a meaningful error when time cannot
|