Home
last modified time | relevance | path

Searched refs:st_mtime (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h189 #define ngx_file_mtime(sb) (sb)->st_mtime
283 #define ngx_de_mtime(dir) (dir)->info.st_mtime
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c93 *ptr = stat_buf.st_mtime; in get_file_time()
/f-stack/freebsd/sys/
H A Dstat.h223 #define st_mtime st_mtim.tv_sec macro
/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c31 # if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime)
175 #if (PLATFORM_POSIX_VERSION >= 200809L) && defined(st_mtime) in UTIL_setFileStat()
186 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG52 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)