Home
last modified time | relevance | path

Searched refs:st_mtimespec (Results 251 – 275 of 934) sorted by relevance

1...<<11121314151617181920>>...38

/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_posix_SharedCode.h315 … modificationTime = (int64) info.st_mtimespec.tv_sec * 1000 + info.st_mtimespec.tv_nsec / 1000000; in getFileTimesInternal()
349 : info.st_mtimespec.tv_sec; in setFileTimesInternal()
352 … : static_cast<__darwin_suseconds_t> (info.st_mtimespec.tv_nsec / 1000); in setFileTimesInternal()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_posix_SharedCode.h317 … modificationTime = (int64) info.st_mtimespec.tv_sec * 1000 + info.st_mtimespec.tv_nsec / 1000000; in getFileTimesInternal()
351 : info.st_mtimespec.tv_sec; in setFileTimesInternal()
354 … : static_cast<__darwin_suseconds_t> (info.st_mtimespec.tv_nsec / 1000); in setFileTimesInternal()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_misc.c257 sb32p->st_mtimespec.tv_sec = (netbsd32_time_t)sbp->st_mtimespec.tv_sec; in sunos32_from___stat13()
258 sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec; in sunos32_from___stat13()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DFileStreams.cpp353 if (mTime) NWindows::NFile::NFind::timespec_To_FILETIME(st.st_mtimespec, *mTime); in GetProps()
387 NWindows::NFile::NFind::timespec_To_FILETIME(st.st_mtimespec, props->MTime); in GetProps2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c243 rv = (jlong)sb.st_mtimespec.tv_sec * 1000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
244 rv += (jlong)sb.st_mtimespec.tv_nsec / 1000000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-pcap-file-directory-helper.c249 out->tv_sec = buf.st_mtimespec.tv_sec; in PcapDirectoryGetModifiedTime()
250 out->tv_nsec = buf.st_mtimespec.tv_nsec; in PcapDirectoryGetModifiedTime()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c238 rv = (jlong)sb.st_mtimespec.tv_sec * 1000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
239 rv += (jlong)sb.st_mtimespec.tv_nsec / 1000000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c238 rv = (jlong)sb.st_mtimespec.tv_sec * 1000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
239 rv += (jlong)sb.st_mtimespec.tv_nsec / 1000000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c238 rv = (jlong)sb.st_mtimespec.tv_sec * 1000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
239 rv += (jlong)sb.st_mtimespec.tv_nsec / 1000000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/native/libjava/
H A DUnixFileSystem_md.c242 rv = (jlong)sb.st_mtimespec.tv_sec * 1000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
243 rv += (jlong)sb.st_mtimespec.tv_nsec / 1000000; in Java_java_io_UnixFileSystem_getLastModifiedTime()
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoFile_stat.c178 struct timeval tv = timespec2timeval(s->st_mtimespec); in IO_METHOD()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dstat.h103 #define st_mtimespec st_mtim macro
/dports/audio/opustags/opustags-1.6.0/src/
H A Dsystem.cc184 mtime = st.st_mtimespec; in get_file_timestamp()
/dports/sysutils/toybox/toybox-0.8.5/lib/
H A Dportability.h26 #define st_mtim st_mtimespec
/dports/shells/fish/fish-3.3.1/src/
H A Dscreen.cpp450 changed = changed || s->prev_buff_1.st_mtimespec.tv_nsec != post_buff_1.st_mtimespec.tv_nsec || in s_check_status()
451 s->prev_buff_2.st_mtimespec.tv_nsec != post_buff_2.st_mtimespec.tv_nsec; in s_check_status()
/dports/misc/rump/buildrump.sh-b914579/src/usr.sbin/mtree/
H A Dcreate.c235 (intmax_t)p->fts_statp->st_mtimespec.tv_sec, in statf()
236 p->fts_statp->st_mtimespec.tv_nsec); in statf()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/tools/mac/crash_report/
H A Don_demand_symbol_supplier.mm216 result = (float)file_stat.st_mtimespec.tv_sec +
217 (float)file_stat.st_mtimespec.tv_nsec / 1.0e9;
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/plugins/filesystem/
H A Dfile.cpp261 time_t st_mtim = oldStats.st_mtimespec.tv_sec; in close()
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Dutil.h62 #define st_mtime st_mtimespec.tv_sec
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dstatdefs.h338 #define stat_mnsecs(s) ((s)->st_mtimespec.tv_nsec)
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dstatdefs.h327 #define stat_mnsecs(s) ((s)->st_mtimespec.tv_nsec)
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c82 timespec_to_timespec50(&sb->st_mtimespec, &ssb->st_mtim); in bsd_to_cygwin_stat()
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dstatdefs.h338 #define stat_mnsecs(s) ((s)->st_mtimespec.tv_nsec)
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dcommon_define.h136 #define st_mtimensec st_mtimespec.tv_nsec
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dfiles.C552 return(s.st_mtimespec.tv_sec); in AS_UTL_timeOfFile()
570 return(s.st_mtimespec.tv_sec); in AS_UTL_timeOfFile()

1...<<11121314151617181920>>...38