Searched refs:fchown (Results 1 – 25 of 31) sorted by relevance
12
/external/toybox/toys/posix/ |
D | cpio.c | 168 err = fchown(fd, uid, gid); in cpio_main() 187 err = fchown(fd, uid, gid); in cpio_main()
|
D | cp.c | 274 else rc = fchown(fdout, try->st.st_uid, try->st.st_gid);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 67 int fchown(int, int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 67 int fchown(int, int, int);
|
/external/elfutils/src/src/ |
D | ranlib.c | 284 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), in handle_file()
|
D | ar.c | 819 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, in do_oper_extract() 1068 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), in do_oper_delete() 1522 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), in do_oper_insert()
|
D | ChangeLog | 2338 ignore fchown's return value. 2340 * ranlib.c: Add fchown complain work around.
|
/external/strace/ |
D | uid.c | 119 SYS_FUNC(fchown) in SYS_FUNC() argument
|
D | sys_func.h | 47 extern SYS_FUNC(fchown);
|
/external/ltrace/etc/ |
D | syscalls.conf | 46 int fchown(int,int,int);
|
/external/dnsmasq/src/ |
D | log.c | 98 fchown(log_fd, ent_pw->pw_uid, -1) != 0) in log_start()
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 86 i = fchown(fd, inode->i_uid, inode->i_gid); in fix_perms()
|
/external/toybox/toys/pending/ |
D | crontab.c | 239 fchown(fdout, getuid(), geteuid()); in update_crontab()
|
/external/sepolicy/ |
D | init.te | 94 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
|
/external/e2fsprogs/lib/ |
D | config.h.in | 112 /* Define to 1 if you have the `fchown' function. */
|
/external/bzip2/ |
D | bzip2.c | 1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); in applySavedFileAttrToOutputFile()
|
/external/openssh/ |
D | sftp-server.c | 998 r = fchown(fd, a.uid, a.gid); in process_fsetstat()
|
D | config.h.in | 439 /* Define to 1 if you have the `fchown' function. */
|
D | configure.ac | 1630 fchown \
|
/external/ppp/pppd/ |
D | sys-linux.c | 2653 fchown(sfd, uid, -1);
|
/external/e2fsprogs/ |
D | configure.in | 1030 fchown
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 2696 Syscall param fchown(fd) contains uninitialised byte(s) 2700 Syscall param fchown(owner) contains uninitialised byte(s) 2704 Syscall param fchown(group) contains uninitialised byte(s)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 1442 PRE_SYSCALL(fchown)(long fd, long user, long group) {} 1444 POST_SYSCALL(fchown)(long res, long fd, long user, long group) {}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1668 fun:fchown=uninstrumented
|
12