Searched defs:atime (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/3d/
H A Dutimes3d.c34 time_t atime; local
44 atime = atimeof(tms);
47 else atime = mtime = time((time_t*)0);
49 if (!fscall(NiL, MSG_utime, 0, path, atime, mtime))
60 fscall(mp, MSG_utime, 0, path, atime, mtime);
63 fscall(mp, MSG_utime, 0, path, atime, mtime);
H A Dtouch.c73 touch(const char* file, time_t atime, time_t mtime, int force) argument
90 if (atime == (time_t)(-1) || mtime == (time_t)(-1))
93 if (atime == (time_t)(-1)) atime = st.st_atime;
96 if (!atime || !mtime)
98 if (atime || mtime)
102 if (!atime) atime = now;
107 ut.actime = atime;
110 n = utime(file, (force < 0 || atime || mtim
[all...]
H A Dutime3d.c60 time_t atime; local
70 atime = atimeof(tms);
73 else atime = mtime = time((time_t*)0);
75 if (!fscall(NiL, MSG_utime, 0, path, atime, mtime))
86 fscall(mp, MSG_utime, 0, path, atime, mtime);
89 fscall(mp, MSG_utime, 0, path, atime, mtime);
/ast/src/lib/libcs/
H A Dcsslib.h47 time_t atime; member in struct:__anon339
/ast/src/cmd/coshell/
H A Dschedule.c541 static time_t atime; local
562 if (fstat(sffileno(fp), &st) || atime == st.st_mtime)
567 message((-2, "%sscanning access info file %s", atime ? "re" : "", file));
568 atime = st.st_mtime;
/ast/src/cmd/mailx/
H A Dlocal.c831 touch(const char* file, time_t atime, time_t mtime, int force) argument
846 if (atime == (time_t)0)
847 atime = now;
848 else if (atime == (time_t)(-1))
849 atime = st.st_atime;
855 tv[0].tv_sec = atime;
/ast/src/cmd/pax/
H A Dpax.h312 Tv_t atime; /* access time */ member in struct:Member_s
352 Tv_t atime; /* access time */ member in struct:Post_s

Completed in 18 milliseconds