Searched refs:fchmod (Results 1 – 25 of 130) sorted by relevance
123456
/external/syslinux/libinstaller/ |
D | syslxcom.c | 143 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/ |
D | chmod.c | 26 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod01.c | 138 TEST(fchmod(fd, 0700)); in main()
|
D | fchmod07.c | 114 TEST(fchmod(fd, mode)); in main()
|
D | fchmod03.c | 112 TEST(fchmod(fd, PERMS)); in main()
|
D | fchmod04.c | 119 TEST(fchmod(fd, PERMS)); in main()
|
D | fchmod02.c | 122 TEST(fchmod(fd, PERMS)); in main()
|
D | fchmod05.c | 121 TEST(fchmod(fd, PERMS)); in main()
|
D | fchmod06.c | 84 TEST(fchmod(*test_cases[i].fd, test_cases[i].mode)); in main()
|
/external/ltp/testcases/kernel/syscalls/ |
D | .gitignore | 147 /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/ |
D | open13.c | 128 TEST(fchmod(fd, 0666)); in verify_fchmod()
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap04.c | 159 if (fchmod(fildes, 0555) < 0) { in setup()
|
D | mmap05.c | 165 if (fchmod(fildes, 0444) < 0) { in setup()
|
D | mmap02.c | 157 if (fchmod(fildes, 0444) < 0) { in setup()
|
D | mmap03.c | 188 if (fchmod(fildes, 0555) < 0) { in setup()
|
/external/e2fsprogs/util/ |
D | subst.c | 437 (void) fchmod(ofd, 0444); in main() 445 (void) fchmod(ofd, 0444); in main()
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ |
D | ext4_test_inode_version.c | 54 if (fchmod(fd, S_IRUSR | S_IWUSR)) { in test_chmod()
|
/external/ltp/testcases/kernel/syscalls/chown/ |
D | chown03.c | 191 if (fchmod(fd, NEW_PERMS) < 0) in setup()
|
D | chown02.c | 269 if (fchmod(fd, NEW_PERMS2) != 0) in setup2()
|
/external/libbrillo/brillo/ |
D | file_utils.cc | 150 HANDLE_EINTR(fchmod(scoped_fd.get(), new_file_permissions)) == -1) { in TouchFile()
|
/external/libvncserver/common/ |
D | vncauth.c | 83 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 64 int fchmod(int, int);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 64 int fchmod(int, int);
|
/external/elfutils/libelf/ |
D | elf_update.c | 136 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
|
/external/ltp/testcases/kernel/include/ |
D | aarch64.in | 53 fchmod 52
|
123456