Searched refs:do_chown (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/kyua/utils/process/ |
H A D | isolation.cpp | 96 do_chown(const fs::path& file, const uid_t uid, const gid_t gid) in do_chown() function 200 do_chown(file, user.uid, user.gid); in isolate_path() 202 do_chown(file, ::getuid(), user.gid); in isolate_path() 205 do_chown(file, user.uid, ::getgid()); in isolate_path()
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 84 int do_chown(const char *pfile); 98 { ST_CTIME, "st_ctime", do_chown }, 361 do_chown(const char *pfile) in do_chown() function
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 241 do_chown(const char *pfile) in do_chown() function 295 { ST_CTIME, "st_ctime", do_chown },
|