Searched refs:lchown (Results 1 – 25 of 36) sorted by relevance
12
| /freebsd-9-stable/tools/regression/pjdfstest/tests/chown/ |
| D | 00.t | 49 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 …]
|
| D | 07.t | 41 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
|
| D | 10.t | 13 expect EFAULT lchown NULL 65534 65534 14 expect EFAULT lchown DEADCODE 65534 65534
|
| D | 02.t | 21 expect 0 lchown ${nx} 65534 65534 24 expect ENAMETOOLONG lchown ${nxx} 65534 65534
|
| D | 06.t | 20 expect ELOOP lchown ${n0}/test 65534 65534 21 expect ELOOP lchown ${n1}/test 65534 65534
|
| D | 03.t | 23 expect 0 lchown ${nx} 65534 65534 26 expect ENAMETOOLONG lchown ${nxx} 65534 65534
|
| D | 04.t | 18 expect ENOENT lchown ${n0}/${n1}/test 65534 65534 19 expect ENOENT lchown ${n0}/${n1} 65534 65534
|
| D | 05.t | 25 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
|
| D | 01.t | 18 expect ENOTDIR lchown ${n0}/${n1}/test 65534 65534
|
| /freebsd-9-stable/tools/regression/pjdfstest/tests/ |
| D | misc.sh | 215 expect 0 lchown ${name} ${4} ${5} 217 expect 0 lchown ${name} ${3} ${4}
|
| /freebsd-9-stable/usr.sbin/mtree/ |
| D | verify.c | 203 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/ |
| D | compare.c | 203 (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()
|
| D | verify.c | 279 (lchown(path, p->st_uid, p->st_gid))) { in miss()
|
| /freebsd-9-stable/tools/regression/pjdfstest/tests/chflags/ |
| D | 07.t | 39 expect 0 lchown ${n1} 65534 65534
|
| D | 10.t | 39 expect 0 lchown ${n1} 65534 65534
|
| D | 08.t | 41 expect 0 lchown ${n1} 65534 65534
|
| D | 11.t | 45 expect 0 lchown ${n1} 65534 65534
|
| D | 09.t | 46 expect 0 lchown ${n1} 65534 65534
|
| /freebsd-9-stable/usr.sbin/pw/ |
| D | cpdir.c | 90 lchown(dst, uid, gid); in copymkdir()
|
| /freebsd-9-stable/usr.sbin/chown/ |
| D | chown.c | 190 if ((hflag ? lchown : chown)(p->fts_accpath, uid, gid) == -1) { in main()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 342 lchown, enumerator
|
| /freebsd-9-stable/include/ |
| D | unistd.h | 418 int lchown(const char *, uid_t, gid_t);
|
| /freebsd-9-stable/lib/libc/sys/ |
| D | Makefile.inc | 129 MLINKS+=chown.2 fchown.2 chown.2 fchownat.2 chown.2 lchown.2
|
| /freebsd-9-stable/sys/sys/ |
| D | syscall.mk | 177 lchown.o \
|
| /freebsd-9-stable/bin/cp/ |
| D | utils.c | 362 (islink ? lchown(to.p_path, fs->st_uid, fs->st_gid) : in setfile()
|
12