Searched refs:atime (Results 1 - 25 of 54) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dutime.t13 my($atime, $mtime) = (stat TOUCH_ME)[8, 9];
24 utime($atime, $mtime, TOUCH_ME);
/openbsd-current/lib/libcrypto/asn1/
H A Da_time_tm.c82 tm_to_gentime(struct tm *tm, ASN1_TIME *atime) argument
98 free(atime->data);
99 atime->data = time_str;
100 atime->length = GENTIME_LENGTH;
101 atime->type = V_ASN1_GENERALIZEDTIME;
108 tm_to_utctime(struct tm *tm, ASN1_TIME *atime) argument
124 free(atime->data);
125 atime->data = time_str;
126 atime->length = UTCTIME_LENGTH;
127 atime
133 tm_to_rfc5280_time(struct tm *tm, ASN1_TIME *atime) argument
343 ASN1_TIME *atime = s; local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsftp-common.h41 u_int32_t atime; member in struct:Attrib
H A Dsftp-common.c57 a->atime = 0;
75 a->atime = st->st_atime;
94 st->st_atime = a->atime;
122 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 ||
172 if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dfs.t100 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
111 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
137 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
152 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
161 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
172 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
177 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
237 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
247 note("basic check of atime and mtime");
253 ($atime,
[all...]
/openbsd-current/usr.bin/write/
H A Dwrite.c65 time_t atime; local
81 if (term_chk(mytty, &msgsok, &atime, 1))
100 if (term_chk(argv[2], &msgsok, &atime, 1))
156 time_t bestatime, atime; local
171 if (term_chk(atty, &msgsok, &atime, 0))
180 if (atime > bestatime) {
181 bestatime = atime;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/
H A Dnetrc.pm12 $atime,$mtime,$ctime,$blksize,$blocks)
/openbsd-current/regress/sys/ffs/tests/mkdir/
H A D00.t55 atime=`${FSTEST} stat ${n0} atime`
56 test_check $time -lt $atime
/openbsd-current/regress/sys/ffs/tests/mkfifo/
H A D00.t55 atime=`${FSTEST} stat ${n0} atime`
56 test_check $time -lt $atime
/openbsd-current/regress/sys/ffs/tests/open/
H A D00.t56 atime=`${FSTEST} stat ${n0} atime`
57 test_check $time -lt $atime
/openbsd-current/usr.sbin/iostat/
H A Diostat.c284 double atime, mbps; local
306 atime = (double)cur.dk_time[dn].tv_sec +
310 if (atime != 0.0)
326 double atime; local
340 atime = (double)cur.dk_time[dn].tv_sec +
342 printf(" %4.2f ", atime / etime);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DAnyDBM_File.t35 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
117 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/openbsd-current/lib/librpcsvc/
H A Dnfs_prot.x127 nfstime atime; /* time of last access */
140 nfstime atime; /* time of last access */
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot.x146 nfstime atime; /* time of last access */
159 nfstime atime; /* time of last access */
H A Dnfs_prot_xdr.c57 if (!xdr_nfstime(xdrs, &objp->atime))
79 if (!xdr_nfstime(xdrs, &objp->atime))
/openbsd-current/usr.sbin/amd/amd/
H A Dmntfs.c62 { 0, 0 }, /* atime */
106 mf->mf_fattr.atime.seconds = clocktime();
107 mf->mf_fattr.atime.useconds = 0;
108 mf->mf_fattr.mtime = mf->mf_fattr.ctime = mf->mf_fattr.atime;
H A Dmap.c82 { 0, 0 }, /* atime */
264 mp->am_fattr.atime.seconds = mp->am_ttl;
318 mp->am_fattr.atime.seconds = clocktime();
319 mp->am_fattr.atime.useconds = 0;
320 mp->am_fattr.mtime = mp->am_fattr.ctime = mp->am_fattr.atime;
323 mp->am_stats.s_mtime = mp->am_fattr.atime.seconds;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_internal.h99 int x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter,
H A Dx509_verify.c49 x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notAfter, argument
55 if (atime == NULL)
58 type = ASN1_time_parse(atime->data, atime->length, &tm, atime->type);
/openbsd-current/usr.bin/rdist/
H A Dcommon.c635 setfiletime(char *file, time_t atime, time_t mtime) argument
639 if (atime != 0 && mtime != 0) {
640 tv[0].tv_sec = atime;
/openbsd-current/usr.sbin/rpki-client/
H A Dvalidate.c354 const ASN1_TIME *atime; local
359 if ((atime = X509_REVOKED_get0_revocationDate(revoked)) == NULL)
361 if (!x509_get_time(atime, &t))
/openbsd-current/usr.sbin/tcpdump/
H A DMakefile64 AWKS = atime.awk packetdat.awk send-ack.awk stime.awk
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.t33 [atime => 'last access time'],
89 # atime is not stored on Haiku BFS
140 # Other tests running in parallel mean that $^X is read, updating its atime
144 # open early so atime is consistent with the name based call
168 # VOS open() updates atime; ignore this error (posix-975).
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSharedMem.pm38 atime => '$',
229 atime
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DDir.pm122 my($atime,$mtime) = ref($data) ? @$data : ($data,$data);
128 utime($atime,$mtime, $file);

Completed in 336 milliseconds

123