Searched refs:fchmod (Results 1 – 25 of 47) sorted by relevance
12
/external/strace/ |
D | chmod.c | 25 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
D | sys_func.h | 45 extern SYS_FUNC(fchmod);
|
/external/sqlite/dist/ |
D | Android.patch | 83 { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 },
|
/external/libvncserver/common/ |
D | vncauth.c | 82 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
|
/external/e2fsprogs/lib/blkid/ |
D | save.c | 102 fchmod(fd, 0644); in blkid_flush_cache()
|
/external/elfutils/src/libelf/ |
D | elf_update.c | 113 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 66 int fchmod(int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 66 int fchmod(int, int);
|
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/ |
D | ChangeLog | 26 * replace fchmod with chmod to work on python 2.4 (mshields)
|
/external/elfutils/src/src/ |
D | ranlib.c | 282 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
|
D | ar.c | 677 if (unlikely (fchmod (xfd, arhdr->ar_mode) != 0)) in do_oper_extract() 817 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_extract() 1066 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_delete() 1520 && (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_insert()
|
/external/openssh/ |
D | auth-krb5.c | 262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
|
D | scp.c | 1153 if (fchmod(ofd, omode)) { 1164 if (fchmod(ofd, omode & ~mask)) {
|
/external/vboot_reference/futility/ |
D | futility.c | 109 fchmod(log_fd, 0666); in log_open()
|
/external/ltrace/etc/ |
D | syscalls.conf | 44 int fchmod(int,octal);
|
/external/toybox/toys/posix/ |
D | cpio.c | 169 if (!err) err = fchmod(fd, mode); in cpio_main()
|
D | cp.c | 286 fchmod(fdout, try->st.st_mode);
|
/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 | 76 i = fchmod(fd, mode_xlate(inode->i_mode)); in fix_perms()
|
/external/liblzf/ |
D | lzf.c | 435 fchmod (fd2, mystat.st_mode); in run_file()
|
/external/toybox/toys/pending/ |
D | crontab.c | 274 fchmod(destfd, 0666); in do_edit()
|
/external/ipsec-tools/src/racoon/ |
D | session.c | 167 if (fchmod(fileno(fp), in session()
|
/external/ppp/pppd/ |
D | tty.c | 604 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { in connect_tty() 846 if (fchmod(real_ttyfd, tty_mode) != 0) in finish_tty()
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 375 rc = fchmod(fd, buf.st_mode); in main()
|
/external/selinux/libselinux/src/ |
D | booleans.c | 480 if (fchmod(fd, S_IRUSR | S_IWUSR) != 0) in save_booleans()
|
12