Home
last modified time | relevance | path

Searched defs:fchown (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dfchown.c39 fchown(int fd, uid_t owner, gid_t group) in fchown() function
H A Droken.h.in641 #define fchown rk_fchown macro
/freebsd/contrib/tzcode/
H A Dzic.c123 # define fchown(fd, owner, group) ((fd) < 0 ? -1 : 0) macro