Home
last modified time | relevance | path

Searched refs:st_atime (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/bin/ls/
H A Dcmp.c90 if (b->fts_statp->st_atime > a->fts_statp->st_atime) in acccmp()
92 else if (b->fts_statp->st_atime < a->fts_statp->st_atime) in acccmp()
105 if (b->fts_statp->st_atime > a->fts_statp->st_atime) in revacccmp()
107 else if (b->fts_statp->st_atime < a->fts_statp->st_atime) in revacccmp()
H A Dprint.c119 printtime(sp->st_atime); in printlong()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Drename.c104 tb.actime = statbuf->st_atime; in set_times()
111 tb[0] = statbuf->st_atime; in set_times()
117 tv[0].tv_sec = statbuf->st_atime; in set_times()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Drename.c106 tb.actime = statbuf->st_atime; in set_times()
113 tb[0] = statbuf->st_atime; in set_times()
119 tv[0].tv_sec = statbuf->st_atime; in set_times()
/openbsd/gnu/usr.bin/perl/lib/File/
H A Dstat.pm20 $st_atime, $st_mtime, $st_ctime,
30 $st_atime $st_mtime $st_ctime
204 $st_size, $st_atime, $st_mtime, $st_ctime, $st_blksize, $st_blocks )
/openbsd/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dlfile.c216 utsbuf[0].tv_sec = sb.st_atime;
223 utbuf.actime = sb.st_atime;
/openbsd/sys/sys/
H A Dstat.h58 time_t st_atime; /* time of last access */ member
78 #define st_atime st_atim.tv_sec macro
/openbsd/usr.bin/finger/
H A Dutil.c70 w->idletime = now < sb.st_atime ? 0 : now - sb.st_atime; in find_idle_and_ttywrite()
131 pn->mailread = sb.st_atime; in userinfo()
/openbsd/gnu/usr.bin/binutils/include/mpw/sys/
H A Dstat.h19 time_t st_atime; member
/openbsd/libexec/talkd/
H A Dprocess.c221 } else if (now - statb.st_atime < idle) { in find_user()
222 idle = now - statb.st_atime; in find_user()
/openbsd/usr.bin/ssh/
H A Dsftp-common.c75 a->atime = st->st_atime; in stat_to_attrib()
94 st->st_atime = a->atime; in attrib_to_stat()
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h22 time_t st_atime; /* time of last access */ member
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c97 t.actime = sb.st_atime;
970 if (sb->st_atime == (time_t) -1) in check_statbuf()
987 sb->st_atime -= 3600; in check_statbuf()
/openbsd/libexec/rpc.rusersd/
H A Drusers_proc.c92 (long long)st.st_atime); in getidle()
94 idle = now - st.st_atime; in getidle()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp42 #undef st_atime
45 #define st_atime st_atim macro
293 out->st_atime = in->st_atime; in stat64_to_stat()
312 out->st_atime = in->stx_atime.tv_sec; in statx_to_stat()
326 #undef st_atime
354 out->st_atim.tv_sec = in->st_atime; in kernel_stat_to_stat()
361 out->st_atime = in->st_atime; in kernel_stat_to_stat()
/openbsd/bin/ksh/
H A Dmail.c73 stbuf.st_atime <= stbuf.st_mtime) in mcheck()
/openbsd/usr.bin/who/
H A Dwho.c242 idle = now - sb.st_atime; in output()
/openbsd/usr.bin/write/
H A Dwrite.c217 *atimeP = s.st_atime; in term_chk()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c418 remote_fileio_to_fio_time (st->st_atime, fst->fst_atime); in remote_fileio_to_fio_stat()
1141 st.st_atime = st.st_mtime = st.st_ctime = tv.tv_sec; in remote_fileio_func_fstat()
1143 st.st_atime = st.st_mtime = st.st_ctime = (time_t) 0; in remote_fileio_func_fstat()
/openbsd/gnu/lib/libreadline/examples/
H A Dfileman.c372 printf (" Last access at: %s", ctime (&finfo.st_atime));
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h475 TimeSpec TS = {st.st_atime, 0};
484 TimeSpec TS = {st.st_atime, st.st_atime_n};
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h603 #define st_atime crtl_stat.st_atime macro
/openbsd/usr.bin/rdist/
H A Dclient.c406 (long long)stb->st_mtime, (long long)stb->st_atime, in sendfile()
678 (long long)stb->st_mtime, (long long)stb->st_atime, in sendlink()
/openbsd/bin/csh/
H A Dcsh.c1205 if (stb.st_size == 0 || stb.st_atime > stb.st_mtime || in mailchk()
1206 (stb.st_atime < chktim && stb.st_mtime < chktim) || in mailchk()
/openbsd/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c99 t.actime = sb.st_atime;

123