Home
last modified time | relevance | path

Searched refs:actime (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_a.c56 times.actime = 86400; in test_create()
59 times.actime = 1; in test_create()
H A Dtest_option_u.c40 times.actime = 1; in DEFINE_TEST()
/freebsd/usr.bin/gprof/
H A Dprintgprof.c49 actime = 0.0; in printprof()
66 actime = 0.0; in printprof()
130 actime += np -> time; in flatprofline()
133 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
136 100 * np -> time / totime , actime / hz , np -> time / hz ); in flatprofline()
H A Dgprof.h206 EXTERN double actime; variable
/freebsd/include/
H A Dutime.h44 time_t actime; /* Access time */ member
/freebsd/lib/libc/gen/
H A Dutime.c42 tv[0].tv_sec = times->actime; in utime()
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c81 utb.actime = sb->st_atime; in elftc_set_timestamps()
/freebsd/crypto/krb5/src/util/profile/
H A Dt_profile.c148 times.actime = time(NULL) + 2; in test_shared()
149 times.modtime = times.actime; in test_shared()
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c447 .actime = pair->src_st.st_atime, in io_copy_attrs()
462 .actime = pair->src_st.st_atime, in io_copy_attrs()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c113 ub.actime = tvp[0].tv_sec; in utimes()
/freebsd/contrib/file/src/
H A Dmagic.c389 utbuf.actime = sb->st_atime; in close_and_restore()
/freebsd/contrib/bmake/
H A Darch.c836 times.actime = times.modtime = now; in Arch_TouchLib()
H A Djob.c1404 times.actime = now; in TouchRegular()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c283 timebuf.actime = time(NULL); in UTIL_utime()
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c594 utbuf.actime = st.st_mtime + 1; in ctx_update_age()
/freebsd/contrib/bzip2/
H A Dbzip2.c1056 uTimBuf.actime = fileMetaInfo.st_atime; in applySavedTimeInfoToOutputFile()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3589 times.actime = atime; in set_time()