/src/tools/compat/ |
lchown.c | 1 /* $NetBSD: lchown.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */ 32 /* Emulate lchown(2), checking path with lstat(2) first to ensure that 43 lchown(const char *path, uid_t owner, gid_t group) function in typeref:typename:int
|
lchown.c | 1 /* $NetBSD: lchown.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */ 32 /* Emulate lchown(2), checking path with lstat(2) first to ensure that 43 lchown(const char *path, uid_t owner, gid_t group) function in typeref:typename:int
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 96 #define lchown(a,b,c) rump_sys_lchown(a,b,c) macro
|
rump_syscallshotgun.h | 96 #define lchown(a,b,c) rump_sys_lchown(a,b,c) macro
|