Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h73 #define LC_MTIMENSEC (0x002B|LCF_INT32) macro
H A Dhcproto.c304 case LC_MTIMENSEC: in hc_decode_stat_item()
387 hcc_leaf_int32(trans, LC_MTIMENSEC, st->st_mtim.tv_nsec); in rc_encode_stat()
1861 hcc_leaf_int32(trans, LC_MTIMENSEC, times[1].tv_usec * 1000); in hc_utimes()
1888 hcc_leaf_int32(trans, LC_MTIMENSEC, times[1].tv_usec * 1000); in hc_lutimes()
1922 case LC_MTIMENSEC: in rc_utimes()