Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.c282 case LC_UID: in hc_decode_stat_item()
379 hcc_leaf_int32(trans, LC_UID, st->st_uid); in rc_encode_stat()
1249 hcc_leaf_int32(trans, LC_UID, owner); in hc_chown()
1272 case LC_UID: in rc_chown()
1316 hcc_leaf_int32(trans, LC_UID, owner); in hc_lchown()
1339 case LC_UID: in rc_lchown()
1960 if (item->leafid == LC_UID) in hc_geteuid()
1969 hcc_leaf_int32(trans, LC_UID, geteuid()); in rc_geteuid()
H A Dhcproto.h56 #define LC_UID (0x001A|LCF_INT32) macro