Home
last modified time | relevance | path

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

123456

/external/syslinux/libinstaller/
Dsyslxcom.c143 fchmod(fd, st.st_mode | S_IWUSR); in clear_attributes()
152 fchmod(fd, st.st_mode & (S_IRUSR | S_IRGRP | S_IROTH)); in set_attributes()
/external/strace/
Dchmod.c26 SYS_FUNC(fchmod) in SYS_FUNC() argument
/external/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod01.c138 TEST(fchmod(fd, 0700)); in main()
Dfchmod07.c114 TEST(fchmod(fd, mode)); in main()
Dfchmod03.c112 TEST(fchmod(fd, PERMS)); in main()
Dfchmod04.c119 TEST(fchmod(fd, PERMS)); in main()
Dfchmod02.c122 TEST(fchmod(fd, PERMS)); in main()
Dfchmod05.c121 TEST(fchmod(fd, PERMS)); in main()
Dfchmod06.c84 TEST(fchmod(*test_cases[i].fd, test_cases[i].mode)); in main()
/external/ltp/testcases/kernel/syscalls/
D.gitignore147 /fchmod/fchmod01
148 /fchmod/fchmod02
149 /fchmod/fchmod03
150 /fchmod/fchmod04
151 /fchmod/fchmod05
152 /fchmod/fchmod06
153 /fchmod/fchmod07
/external/ltp/testcases/kernel/syscalls/open/
Dopen13.c128 TEST(fchmod(fd, 0666)); in verify_fchmod()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap04.c159 if (fchmod(fildes, 0555) < 0) { in setup()
Dmmap05.c165 if (fchmod(fildes, 0444) < 0) { in setup()
Dmmap02.c157 if (fchmod(fildes, 0444) < 0) { in setup()
Dmmap03.c188 if (fchmod(fildes, 0555) < 0) { in setup()
/external/e2fsprogs/util/
Dsubst.c437 (void) fchmod(ofd, 0444); in main()
445 (void) fchmod(ofd, 0444); in main()
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
Dext4_test_inode_version.c54 if (fchmod(fd, S_IRUSR | S_IWUSR)) { in test_chmod()
/external/ltp/testcases/kernel/syscalls/chown/
Dchown03.c191 if (fchmod(fd, NEW_PERMS) < 0) in setup()
Dchown02.c269 if (fchmod(fd, NEW_PERMS2) != 0) in setup2()
/external/libbrillo/brillo/
Dfile_utils.cc150 HANDLE_EINTR(fchmod(scoped_fd.get(), new_file_permissions)) == -1) { in TouchFile()
/external/libvncserver/common/
Dvncauth.c83 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
/external/tcpdump/lbl/
Dos-sunos4.h64 int fchmod(int, int);
/external/libpcap/lbl/
Dos-sunos4.h64 int fchmod(int, int);
/external/elfutils/libelf/
Delf_update.c136 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
/external/ltp/testcases/kernel/include/
Daarch64.in53 fchmod 52

123456