Home
last modified time | relevance | path

Searched refs:st_ctimespec (Results 1 – 25 of 321) sorted by path

12345678910>>...13

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DFileStreams.cpp351 if (cTime) NWindows::NFile::NFind::timespec_To_FILETIME(st.st_ctimespec, *cTime); in GetProps()
385 NWindows::NFile::NFind::timespec_To_FILETIME(st.st_ctimespec, props->CTime); in GetProps2()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DFileFind.cpp1013 timespec_To_FILETIME(st.st_ctimespec, CTime); in SetFrom_stat()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_entry_copy_stat.c41 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec); in archive_entry_copy_stat()
H A Darchive_entry_stat.c87 st->st_ctimespec.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_entry.c762 st.st_ctimespec.tv_nsec = 5432109; in DEFINE_TEST()
823 assertEqualInt(pst->st_ctimespec.tv_nsec, 432); in DEFINE_TEST()
/dports/archivers/libarchive/libarchive-3.5.2/tar/
H A Dbsdtar_platform.h103 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dfs.c912 dst->st_ctim.tv_sec = src->st_ctimespec.tv_sec; in uv__to_stat()
913 dst->st_ctim.tv_nsec = src->st_ctimespec.tv_nsec; in uv__to_stat()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-fs.c1164 ASSERT(s->st_ctim.tv_sec == t.st_ctimespec.tv_sec); in TEST_IMPL()
1165 ASSERT(s->st_ctim.tv_nsec == t.st_ctimespec.tv_nsec); in TEST_IMPL()
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A D_helpers.c1572 # define BUP_STAT_CTIME_NS(st) (st)->st_ctimespec.tv_nsec
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dstat.h362 #define stat_cnsecs(s) ((s)->st_ctimespec.tv_nsec)
366 #define stat_set_cnsecs(s, n) ((s)->st_ctimespec.tv_nsec = n)
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbifile.cpp2171 buffer->ctime_nsec = buffer->orig.st_ctimespec.tv_nsec; in Stat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbifile.cpp2171 buffer->ctime_nsec = buffer->orig.st_ctimespec.tv_nsec; in Stat()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqfilesystemwatcher_fsevents.cpp86 && left.st_ctimespec == right.st_ctimespec in operator ==()
/dports/databases/iowow/iowow-1.4.13/src/platform/unix/
H A Dunix.c50 #define st_ctim st_ctimespec
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp276 Q_DECL_UNUSED static typename std::enable_if<(&T::st_ctimespec, true), qint64>::type
278 { return timespecToMSecs(statBuffer.st_ctimespec); } in ctime()
H A Dqfilesystemwatcher_fsevents.mm90 } else if (st.st_ctimespec != info.ctime || st.st_mode != info.mode) {
91 info.ctime = st.st_ctimespec;
105 if (i->ctime != st.st_ctimespec || i->mode != st.st_mode) {
108 i->ctime = st.st_ctimespec;
124 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
164 } else if (st.st_ctimespec != it->ctime || st.st_mode != it->mode) {
165 it->ctime = st.st_ctimespec;
396 Info info(origPath, st.st_ctimespec, st.st_mode, watchedPath);
570 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp276 Q_DECL_UNUSED static typename std::enable_if<(&T::st_ctimespec, true), qint64>::type
278 { return timespecToMSecs(statBuffer.st_ctimespec); } in ctime()
H A Dqfilesystemwatcher_fsevents.mm90 } else if (st.st_ctimespec != info.ctime || st.st_mode != info.mode) {
91 info.ctime = st.st_ctimespec;
105 if (i->ctime != st.st_ctimespec || i->mode != st.st_mode) {
108 i->ctime = st.st_ctimespec;
124 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
164 } else if (st.st_ctimespec != it->ctime || st.st_mode != it->mode) {
165 it->ctime = st.st_ctimespec;
396 Info info(origPath, st.st_ctimespec, st.st_mode, watchedPath);
570 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp276 Q_DECL_UNUSED static typename std::enable_if<(&T::st_ctimespec, true), qint64>::type
278 { return timespecToMSecs(statBuffer.st_ctimespec); } in ctime()
H A Dqfilesystemwatcher_fsevents.mm90 } else if (st.st_ctimespec != info.ctime || st.st_mode != info.mode) {
91 info.ctime = st.st_ctimespec;
105 if (i->ctime != st.st_ctimespec || i->mode != st.st_mode) {
108 i->ctime = st.st_ctimespec;
124 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
164 } else if (st.st_ctimespec != it->ctime || st.st_mode != it->mode) {
165 it->ctime = st.st_ctimespec;
396 Info info(origPath, st.st_ctimespec, st.st_mode, watchedPath);
570 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp276 Q_DECL_UNUSED static typename std::enable_if<(&T::st_ctimespec, true), qint64>::type
278 { return timespecToMSecs(statBuffer.st_ctimespec); } in ctime()
H A Dqfilesystemwatcher_fsevents.mm90 } else if (st.st_ctimespec != info.ctime || st.st_mode != info.mode) {
91 info.ctime = st.st_ctimespec;
105 if (i->ctime != st.st_ctimespec || i->mode != st.st_mode) {
108 i->ctime = st.st_ctimespec;
124 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
164 } else if (st.st_ctimespec != it->ctime || st.st_mode != it->mode) {
165 it->ctime = st.st_ctimespec;
396 Info info(origPath, st.st_ctimespec, st.st_mode, watchedPath);
570 entries.insert(entryName, Info(QString(), st.st_ctimespec, st.st_mode, QString()));
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp276 Q_DECL_UNUSED static typename std::enable_if<(&T::st_ctimespec, true), qint64>::type
278 { return timespecToMSecs(statBuffer.st_ctimespec); } in ctime()

12345678910>>...13