Searched refs:lchown (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/tools/compat/
H A Dlchown.c1 /* $NetBSD: lchown.c,v 1.3 2003/10/27 00:12:43 lukem 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
H A DMakefile9 issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \
H A Dcompat_defs.h409 int lchown(const char *, uid_t, gid_t);
H A Dconfigure4986 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
5624 echo "$as_me:5624: checking whether lchown is declared" >&5
5625 echo $ECHO_N "checking whether lchown is declared... $ECHO_C" >&6
5639 #ifndef lchown
5640 char *p = (char *) lchown;
/netbsd-6-1-5-RELEASE/lib/libposix/sys/
H A DMakefile.inc8 PSEUDO= chown.S fchown.S lchown.S rename.S
/netbsd-6-1-5-RELEASE/include/
H A Dunistd.h258 int lchown(const char *, uid_t, gid_t) __RENAME(__posix_lchown);
260 int lchown(const char *, uid_t, gid_t);
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcompare.c202 (lchown(p->fts_accpath, p->fts_statp->st_uid,
218 if (lchown(p->fts_accpath, s->st_uid, -1))
232 if (lchown(p->fts_accpath, -1, s->st_gid))
H A Dverify.c269 (lchown(path, p->st_uid, p->st_gid))) {
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c112 * In NetBSD 1.3, lchown(2) is introduced.
192 * use lchown only for FTS_SL and should use chown
195 change_owner = lchown;
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c376 lchown(to.p_path, fs->st_uid, fs->st_gid)) {
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DMakefile.inc103 lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S \
256 MLINKS+=chown.2 fchown.2 chown.2 lchown.2
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A Dfanoutfs.c399 if (lchown(name, uid, gid) < 0) {
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dfile_subs.c848 if (lchown(fnm, uid, gid)) {
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dnull.c64 if (lchown(path, va->va_uid, va->va_gid) == -1)
/netbsd-6-1-5-RELEASE/share/examples/refuse/icfs/
H A Dicfs.c291 if (lchown(name, uid, gid) < 0) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h609 extern int lchown(const char *, uid_t, gid_t);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c688 (void) lchown(name, uid, gid);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps-linux.c390 result = lchown((char *) t2h_addr(cb, &s, arg1),
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk.c1817 /* We prefer lchown() but will use chown() if that's all we have. */
1820 if (lchown(a->name, a->uid, a->gid) == 0) {
/netbsd-6-1-5-RELEASE/lib/librumphijack/
H A Dhijack.c212 { DUALCALL_LCHOWN, "lchown", RSYS_NAME(LCHOWN) },
2088 PATHCALL(int, lchown, DUALCALL_LCHOWN, \

Completed in 319 milliseconds