utimbuf
struct utimbuf utbuf;
(void) utime(dbc->db_lf_name, (struct utimbuf *) NULL);
struct utimbuf times;
struct utimbuf ub;
int utime(const char *, const struct utimbuf *);
utime(const char *path, const struct utimbuf *times)