Home
last modified time | relevance | path

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

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsupersede.c250 struct stat dest_statbuf; in after_close_actions() local
264 if (stat (action->final_rename_dest, &dest_statbuf) >= 0) in after_close_actions()
271 ts[0] = get_stat_atime (&dest_statbuf); in after_close_actions()
280 dest_statbuf.st_uid, dest_statbuf.st_gid)); in after_close_actions()
288 dest_statbuf.st_mode)) in after_close_actions()
301 chmod (action->final_rename_temp, dest_statbuf.st_mode); in after_close_actions()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsupersede.c250 struct stat dest_statbuf; in after_close_actions() local
264 if (stat (action->final_rename_dest, &dest_statbuf) >= 0) in after_close_actions()
271 ts[0] = get_stat_atime (&dest_statbuf); in after_close_actions()
280 dest_statbuf.st_uid, dest_statbuf.st_gid)); in after_close_actions()
288 dest_statbuf.st_mode)) in after_close_actions()
301 chmod (action->final_rename_temp, dest_statbuf.st_mode); in after_close_actions()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsupersede.c250 struct stat dest_statbuf; in after_close_actions() local
264 if (stat (action->final_rename_dest, &dest_statbuf) >= 0) in after_close_actions()
271 ts[0] = get_stat_atime (&dest_statbuf); in after_close_actions()
280 dest_statbuf.st_uid, dest_statbuf.st_gid)); in after_close_actions()
288 dest_statbuf.st_mode)) in after_close_actions()
301 chmod (action->final_rename_temp, dest_statbuf.st_mode); in after_close_actions()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsupersede.c250 struct stat dest_statbuf; in after_close_actions() local
264 if (stat (action->final_rename_dest, &dest_statbuf) >= 0) in after_close_actions()
271 ts[0] = get_stat_atime (&dest_statbuf); in after_close_actions()
280 dest_statbuf.st_uid, dest_statbuf.st_gid)); in after_close_actions()
288 dest_statbuf.st_mode)) in after_close_actions()
301 chmod (action->final_rename_temp, dest_statbuf.st_mode); in after_close_actions()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dsupersede.c268 struct stat dest_statbuf; in after_close_actions() local
282 if (stat (action->final_rename_dest, &dest_statbuf) >= 0) in after_close_actions()
289 ts[0] = get_stat_atime (&dest_statbuf); in after_close_actions()
298 dest_statbuf.st_uid, dest_statbuf.st_gid)); in after_close_actions()
306 dest_statbuf.st_mode)) in after_close_actions()
319 chmod (action->final_rename_temp, dest_statbuf.st_mode); in after_close_actions()
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/file/
H A Dfile.cpp716 QT_STATBUF dest_statbuf; in put() local
717 if (QT_STAT(QFile::encodeName(dest_orig).constData(), &dest_statbuf) == 0) { in put()
721 … utbuf[0].tv_sec = dest_statbuf.st_atime; // access time, unchanged ## TODO preserve msec in put()
729 utbuf.actime = dest_statbuf.st_atime; in put()