Searched defs:ut (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-backend-vfile-update.c203 struct utimbuf ut; local
243 ut.actime = ioloop_time;
244 ut.modtime = update->last_change;
245 if (utime(path, &ut) < 0)
/dovecot/src/lib-storage/index/cydir/
H A Dcydir-save.c171 struct utimbuf ut; local
173 ut.actime = ioloop_time;
174 ut.modtime = ctx->ctx.data.received_date;
175 if (utime(path, &ut) < 0) {
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c296 struct utimbuf ut; local
356 ut.actime = st.st_atime;
357 ut.modtime = st.st_mtime;
358 if (utime(temp_path, &ut) < 0) {
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c333 struct utimbuf ut; local
337 ut.actime = ioloop_time;
338 ut.modtime = mk->synced_mtime;
339 if (utime(path, &ut) < 0) {

Completed in 20 milliseconds