Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h72 #define LC_ATIMENSEC (0x002A|LCF_INT32) macro
H A Dhcproto.c301 case LC_ATIMENSEC: in hc_decode_stat_item()
386 hcc_leaf_int32(trans, LC_ATIMENSEC, st->st_atim.tv_nsec); in rc_encode_stat()
1860 hcc_leaf_int32(trans, LC_ATIMENSEC, times[0].tv_usec * 1000); in hc_utimes()
1887 hcc_leaf_int32(trans, LC_ATIMENSEC, times[0].tv_usec * 1000); in hc_lutimes()
1919 case LC_ATIMENSEC: in rc_utimes()