Home
last modified time | relevance | path

Searched refs:lchown (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-9-stable/tools/regression/pjdfstest/tests/chown/
D00.t49 expect 0 lchown ${n0} 123 456
95 expect 0 lchown ${n0} 65534 65533
97 expect 0 -u 65534 -g 65532,65531 -- lchown ${n0} -1 65532
99 expect 0 -u 65534 -g 65532,65531 lchown ${n0} 65534 65531
138 expect 0 lchown ${n0} 65534 65533
139 expect 0 -u 65532 -g 65531 -- lchown ${n0} -1 -1
188 expect 0 lchown ${n0} 65534 65533
195 expect 0 lchown ${n0} 65532 65531
203 expect 0 lchown ${n0} 0 0
265 expect 0 lchown ${n0} 65534 65533
[all …]
D07.t41 expect EPERM -u 65534 -g 65534 lchown ${n1}/${n2} 65533 65533
42 expect EPERM -u 65533 -g 65533 lchown ${n1}/${n2} 65534 65534
43 expect EPERM -u 65533 -g 65533 lchown ${n1}/${n2} 65533 65533
44 expect EPERM -u 65534 -g 65534 -- lchown ${n1}/${n2} -1 65533
D10.t13 expect EFAULT lchown NULL 65534 65534
14 expect EFAULT lchown DEADCODE 65534 65534
D02.t21 expect 0 lchown ${nx} 65534 65534
24 expect ENAMETOOLONG lchown ${nxx} 65534 65534
D06.t20 expect ELOOP lchown ${n0}/test 65534 65534
21 expect ELOOP lchown ${n1}/test 65534 65534
D03.t23 expect 0 lchown ${nx} 65534 65534
26 expect ENAMETOOLONG lchown ${nxx} 65534 65534
D04.t18 expect ENOENT lchown ${n0}/${n1}/test 65534 65534
19 expect ENOENT lchown ${n0}/${n1} 65534 65534
D05.t25 expect EACCES -u 65534 -g 65533,65534 -- lchown ${n1}/${n2} -1 65534
30 expect 0 -u 65534 -g 65533,65534 -- lchown ${n1}/${n2} -1 65533
D01.t18 expect ENOTDIR lchown ${n0}/${n1}/test 65534 65534
/freebsd-9-stable/tools/regression/pjdfstest/tests/
Dmisc.sh215 expect 0 lchown ${name} ${4} ${5}
217 expect 0 lchown ${name} ${3} ${4}
/freebsd-9-stable/usr.sbin/mtree/
Dverify.c203 if (lchown(path, p->st_uid, p->st_gid) == -1) { in miss()
207 else if (lchown(path, (uid_t)-1, in miss()
/freebsd-9-stable/contrib/mtree/
Dcompare.c203 (lchown(p->fts_accpath, p->fts_statp->st_uid, in compare()
219 if (lchown(p->fts_accpath, s->st_uid, -1)) in compare()
233 if (lchown(p->fts_accpath, -1, s->st_gid)) in compare()
Dverify.c279 (lchown(path, p->st_uid, p->st_gid))) { in miss()
/freebsd-9-stable/tools/regression/pjdfstest/tests/chflags/
D07.t39 expect 0 lchown ${n1} 65534 65534
D10.t39 expect 0 lchown ${n1} 65534 65534
D08.t41 expect 0 lchown ${n1} 65534 65534
D11.t45 expect 0 lchown ${n1} 65534 65534
D09.t46 expect 0 lchown ${n1} 65534 65534
/freebsd-9-stable/usr.sbin/pw/
Dcpdir.c90 lchown(dst, uid, gid); in copymkdir()
/freebsd-9-stable/usr.sbin/chown/
Dchown.c190 if ((hflag ? lchown : chown)(p->fts_accpath, uid, gid) == -1) { in main()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h342 lchown, enumerator
/freebsd-9-stable/include/
Dunistd.h418 int lchown(const char *, uid_t, gid_t);
/freebsd-9-stable/lib/libc/sys/
DMakefile.inc129 MLINKS+=chown.2 fchown.2 chown.2 fchownat.2 chown.2 lchown.2
/freebsd-9-stable/sys/sys/
Dsyscall.mk177 lchown.o \
/freebsd-9-stable/bin/cp/
Dutils.c362 (islink ? lchown(to.p_path, fs->st_uid, fs->st_gid) : in setfile()

12