Searched refs:st_atim (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.3-release/bin/ls/
H A Dcmp.c98 if (b->fts_statp->st_atim.tv_sec >
99 a->fts_statp->st_atim.tv_sec)
101 if (b->fts_statp->st_atim.tv_sec <
102 a->fts_statp->st_atim.tv_sec)
104 if (b->fts_statp->st_atim.tv_nsec >
105 a->fts_statp->st_atim.tv_nsec)
107 if (b->fts_statp->st_atim.tv_nsec <
108 a->fts_statp->st_atim.tv_nsec)
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_stat.h46 svr4_time_t st_atim; member in struct:svr4_stat
63 svr4_timestruc_t st_atim; member in struct:svr4_xstat
83 svr4_timestruc_t st_atim; member in struct:svr4_stat64
H A Dsvr4_stat.c109 st4->st_atim = st->st_atim.tv_sec;
130 st4->st_atim = st->st_atim;
153 st4->st_atim = st->st_atim;
/freebsd-10.3-release/lib/libc/sys/
H A Dfutimens.c81 tv[0].tv_sec = sb.st_atim.tv_sec;
82 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000;
H A Dutimensat.c85 tv[0].tv_sec = sb.st_atim.tv_sec;
86 tv[0].tv_usec = sb.st_atim.tv_nsec / 1000;
/freebsd-10.3-release/sys/sys/
H A Dstat.h112 struct timespec st_atim; /* time of last access */ member in struct:ostat
130 struct timespec st_atim; /* time of last access */ member in struct:stat
161 struct timespec st_atim; /* time of last access */ member in struct:nstat
179 #define st_atime st_atim.tv_sec
188 #define st_atimespec st_atim
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_stat.h48 ibcs2_time_t st_atim; member in struct:ibcs2_stat
H A Dibcs2_stat.c75 st4->st_atim = (ibcs2_time_t)st->st_atim.tv_sec;
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_stats.c181 tbuf.st_atim.tv_sec = buf->st_atim.tv_sec;
182 tbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec;
272 lbuf.st_atim.tv_sec = buf->st_atim.tv_sec;
273 lbuf.st_atim.tv_nsec = buf->st_atim.tv_nsec;
517 lbuf.st_atim.tv_sec = buf->st_atim
[all...]
/freebsd-10.3-release/usr.bin/touch/
H A Dtouch.c190 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atim);
200 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atim);
412 TIMESPEC_TO_TIMEVAL(tvp, &sb.st_atim);
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c44 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec);
H A Darchive_entry_stat.c90 st->st_atim.tv_nsec = archive_entry_atime_nsec(entry);
/freebsd-10.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h170 struct timespec32 st_atim; member in struct:stat32
193 struct timespec32 st_atim; member in struct:ostat32
/freebsd-10.3-release/sys/i386/linux/
H A Dlinux.h180 struct l_timespec st_atim; member in struct:l_newstat
196 struct l_timespec st_atim; member in struct:l_stat
219 struct l_timespec st_atim; member in struct:l_stat64
/freebsd-10.3-release/sys/amd64/linux32/
H A Dlinux.h205 struct l_timespec st_atim; member in struct:l_newstat
221 struct l_timespec st_atim; member in struct:l_stat
244 struct l_timespec st_atim; member in struct:l_stat64
/freebsd-10.3-release/contrib/xz/src/xz/
H A Dfile_io.c314 atime_nsec = pair->src_st.st_atim.tv_nsec;
334 atime_nsec = pair->src_st.st_atim.st__tim.tv_nsec;
/freebsd-10.3-release/bin/rcp/
H A Drcp.c393 (long)stb.st_atim.tv_sec);
457 (long)statp->st_atim.tv_sec);
/freebsd-10.3-release/contrib/apr/file_io/unix/
H A Dfilestat.c94 finfo->atime += info->st_atim.tv_nsec / APR_TIME_C(1000);
/freebsd-10.3-release/usr.bin/compress/
H A Dcompress.c367 TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atim);
/freebsd-10.3-release/bin/cp/
H A Dutils.c357 TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atim);
/freebsd-10.3-release/sys/kern/
H A Dsys_procdesc.c494 sb->st_atim = sb->st_birthtim;
H A Dtty_pts.c563 sb->st_atim = dev->si_atime;
/freebsd-10.3-release/sys/amd64/linux/
H A Dlinux.h169 struct l_timespec st_atim; member in struct:l_newstat
/freebsd-10.3-release/usr.bin/kdump/
H A Dkdump.c1743 printf("%jd", (intmax_t)statp->st_atim.tv_sec);
1745 tm = localtime(&statp->st_atim.tv_sec);
1749 if (statp->st_atim.tv_nsec != 0)
1750 printf(".%09ld, ", statp->st_atim.tv_nsec);
/freebsd-10.3-release/usr.bin/find/
H A Dfunction.c1175 ft = entry->fts_statp->st_atim;
1209 new->t_data = sb.st_atim;

Completed in 219 milliseconds

12