Home
last modified time | relevance | path

Searched refs:st_mtimespec (Results 201 – 225 of 934) sorted by relevance

12345678910>>...38

/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dcommon.h70 # define st_mtim st_mtimespec
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/net/wangle/wangle-2021.12.27.00/wangle/util/
H A DFilePoller.cpp163 info.st_mtimespec in getFileModData()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/devel/libgit2/libgit2-1.3.0/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/unix/
H A Dposix.h30 # define st_mtime_nsec st_mtimespec.tv_nsec
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/filesystem/build/
H A DJamfile.v252 …[ check-target-builds ../config//has_stat_st_mtimespec "has stat::st_mtimespec" : <define>BOOST_FI…
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/build/
H A DJamfile.v252 …[ check-target-builds ../config//has_stat_st_mtimespec "has stat::st_mtimespec" : <define>BOOST_FI…
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemengine_unix.cpp208 static inline typename QtPrivate::QEnableIf<(&T::st_atimespec, &T::st_mtimespec, true)>::Type get(c… in get()
213 modification->tv_sec = p->st_mtimespec.tv_sec; in get()
214 modification->tv_usec = p->st_mtimespec.tv_nsec / 1000; in get()
263 #ifndef st_mtimespec
281 Q_DECL_UNUSED static typename std::enable_if<(&T::st_mtimespec, true), qint64>::type
283 { return timespecToMSecs(statBuffer.st_mtimespec); } in mtime()

12345678910>>...38