Home
last modified time | relevance | path

Searched refs:modtime1 (Results 1 – 14 of 14) sorted by relevance

/dports/devel/icu/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/devel/icu-lx/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/tools/toolutil/
H A Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfileio.c5435 struct timespec modtime1 = get_stat_mtime (&st1); in write_region() local
5437 && timespec_cmp (modtime, modtime1) == 0 in write_region()
5446 modtime = modtime1; in write_region()
/dports/editors/emacs/emacs-27.2/src/
H A Dfileio.c5270 struct timespec modtime1 = get_stat_mtime (&st1); in write_region() local
5272 && timespec_cmp (modtime, modtime1) == 0 in write_region()
5281 modtime = modtime1; in write_region()