Searched refs:actime (Results 1 - 25 of 28) sorted by last modified time

12

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c2567 time(&times->actime);
2568 times->modtime = times->actime;
2571 if (filetime_from_time(&ftAccess, times->actime) &&
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h434 time_t actime; member in struct:utimbuf
H A Dvms.c11707 utc_utimes.actime = utimes->actime;
11712 utc_utimes.actime = _toutc(utimes->actime);
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c2820 Time_t actime;
2843 utbuf.actime = (Time_t)SvNV(accessed); /* time accessed */
2846 utbuf.actime = (Time_t)SvIV(accessed); /* time accessed */
/openbsd-current/usr.bin/gprof/
H A Dgprof.h191 extern double actime; /* accumulated time thus far for putprofline */
H A Dgprof.c58 double actime; /* accumulated time thus far for putprofline */ variable
H A Dprintgprof.c47 actime = 0.0;
64 actime = 0.0;
119 actime += np -> time;
121 100 * np -> time / totime , actime / hz , np -> time / hz );
/openbsd-current/lib/libfuse/
H A Dfuse_ops.c906 tbuf.actime = fbuf->fb_attr.st_atim.tv_sec;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dclient.c2109 actime (or is there? What about Checked-in?). */
2110 t.modtime = t.actime = stored_modtime;
H A Dserver.c1593 t.modtime = t.actime = checkin_time;
H A Dpatch.c556 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag,
579 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head,
H A Dfilesubr.c110 t.actime = sb.st_atime;
H A Dvers_ts.c211 t.actime = t.modtime;
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drename.c104 tb.actime = statbuf->st_atime;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drename.c106 tb.actime = statbuf->st_atime;
/openbsd-current/include/
H A Dutime.h47 time_t actime; /* Access time */ member in struct:utimbuf
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dlfile.c223 utbuf.actime = sb.st_atime;
/openbsd-current/lib/libc/gen/
H A Dutime.c43 tv[0].tv_sec = times->actime;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c1566 FILETIME crtime, actime, wrtime; local
1611 CeGetFileTime (h, &crtime, &actime, &wrtime);
1624 !CeGetFileTime (h, &crtime, &actime, &wrtime) ||
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c102 t.actime = sb.st_atime;
H A Dutime.c10 long actime; member in struct:utimbuf
23 strcpy(conversion_buf, ctime(&buf->actime));
39 vtb.actime = vms_actime;
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c97 t.actime = sb.st_atime;
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dsystem.h249 long actime; member in struct:utimbuf
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c99 t.actime = sb.st_atime;
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c93 t.actime = sb.st_atime;

Completed in 267 milliseconds

12