Home
last modified time | relevance | path

Searched refs:LC_ATIME (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/cpdup/
H A Dhcproto.h59 #define LC_ATIME (0x001D|LCF_INT64) macro
H A Dhcproto.c291 case LC_ATIME: in hc_decode_stat_item()
382 hcc_leaf_int64(trans, LC_ATIME, st->st_atime); in rc_encode_stat()
1857 hcc_leaf_int64(trans, LC_ATIME, times[0].tv_sec); in hc_utimes()
1884 hcc_leaf_int64(trans, LC_ATIME, times[0].tv_sec); in hc_lutimes()
1912 case LC_ATIME: in rc_utimes()