Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/diffutils/lib/
H A Dstat-time.h69 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns()
71 return STAT_TIMESPEC_NS (st, st_atim); in get_stat_atime_ns()
121 return STAT_TIMESPEC (st, st_atim); in get_stat_atime()
217 short int const ts_off[] = { offsetof (struct stat, st_atim), in stat_time_normalize()
/dragonfly/contrib/grep/lib/
H A Dstat-time.h69 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns()
71 return STAT_TIMESPEC_NS (st, st_atim); in get_stat_atime_ns()
121 return STAT_TIMESPEC (st, st_atim); in get_stat_atime()
217 short int const ts_off[] = { offsetof (struct stat, st_atim), in stat_time_normalize()
/dragonfly/sys/sys/
H A Dstat.h109 struct timespec st_atim; /* time of last access */ member
124 #define st_atime st_atim.tv_sec
130 #define st_atimespec st_atim
/dragonfly/usr.bin/touch/
H A Dtouch.c180 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atim); in main()
190 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atim); in main()
402 TIMESPEC_TO_TIMEVAL(tvp, &sb.st_atim); in stime_file()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c90 st->st_atim.tv_nsec = archive_entry_atime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c44 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec); in archive_entry_copy_stat()
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h586 struct timespec st_atim;
596 # define st_atime st_atim.tv_sec
/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c406 atime_nsec = pair->src_st.st_atim.tv_nsec; in io_copy_attrs()
426 atime_nsec = pair->src_st.st_atim.st__tim.tv_nsec; in io_copy_attrs()
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c108 unix2fattime(&st->st_atim, &dep->de_ADate, NULL); in msdosfs_times()
/dragonfly/bin/ls/
H A Dprint.c167 printtime(sp->st_atim); in printlong()
/dragonfly/usr.bin/find/
H A Dfunction.c1122 ft = entry->fts_statp->st_atim; in f_newer()
1158 new->t_data = sb.st_atim; in c_newer()
/dragonfly/usr.bin/stat/
H A Dstat.c87 #define st_atimespec st_atim
/dragonfly/bin/cpdup/
H A Dhcproto.c302 st->st_atim.tv_nsec = HCC_INT32(item); in hc_decode_stat_item()
386 hcc_leaf_int32(trans, LC_ATIMENSEC, st->st_atim.tv_nsec); in rc_encode_stat()