Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/
Dchmod.c25 SYS_FUNC(fchmod) in SYS_FUNC() argument
Dsys_func.h45 extern SYS_FUNC(fchmod);
/external/sqlite/dist/
DAndroid.patch83 { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 },
/external/libvncserver/common/
Dvncauth.c82 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
/external/e2fsprogs/lib/blkid/
Dsave.c102 fchmod(fd, 0644); in blkid_flush_cache()
/external/elfutils/src/libelf/
Delf_update.c113 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
/external/libpcap/lbl/
Dos-sunos4.h66 int fchmod(int, int);
/external/tcpdump/lbl/
Dos-sunos4.h66 int fchmod(int, int);
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
DChangeLog26 * replace fchmod with chmod to work on python 2.4 (mshields)
/external/elfutils/src/src/
Dranlib.c282 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
Dar.c677 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/
Dauth-krb5.c262 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
Dscp.c1153 if (fchmod(ofd, omode)) {
1164 if (fchmod(ofd, omode & ~mask)) {
/external/vboot_reference/futility/
Dfutility.c109 fchmod(log_fd, 0666); in log_open()
/external/ltrace/etc/
Dsyscalls.conf44 int fchmod(int,octal);
/external/toybox/toys/posix/
Dcpio.c169 if (!err) err = fchmod(fd, mode); in cpio_main()
Dcp.c286 fchmod(fdout, try->st.st_mode);
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
/external/e2fsprogs/debugfs/
Ddump.c76 i = fchmod(fd, mode_xlate(inode->i_mode)); in fix_perms()
/external/liblzf/
Dlzf.c435 fchmod (fd2, mystat.st_mode); in run_file()
/external/toybox/toys/pending/
Dcrontab.c274 fchmod(destfd, 0666); in do_edit()
/external/ipsec-tools/src/racoon/
Dsession.c167 if (fchmod(fileno(fp), in session()
/external/ppp/pppd/
Dtty.c604 || 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/
Dsefcontext_compile.c375 rc = fchmod(fd, buf.st_mode); in main()
/external/selinux/libselinux/src/
Dbooleans.c480 if (fchmod(fd, S_IRUSR | S_IWUSR) != 0) in save_booleans()

12