Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcopyfile.c106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns()
111 if (fchmod(tofd, mode)) in copyfile_mode_ns()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-32207.patch33 +check_symbol_exists(fchmod "${CURL_INCLUDES}" HAVE_FCHMOD)
45 + fchmod \
123 +/* Define to 1 if you have the `fchmod' function. */
222 + if(fchmod(fd, sb.st_mode) == -1)
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Duser_syms.c77 EXPORT_SYMBOL_PROTO(fchmod);
H A Dfile.c127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h293 extern int fchmod (int __fd, __mode_t __mode) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h293 extern int fchmod (int __fd, __mode_t __mode) __THROW;
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_user.c202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch46 @@ -383,7 +383,7 @@ for func in fchmod fchown lchown nl_langinfo
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl99 89 n32 fchmod sys_fchmod
H A Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
H A Dsyscall_o32.tbl108 94 o32 fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl87 75 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl63 52 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl102 91 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl102 91 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl104 94 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl107 94 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl104 94 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl109 94 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl104 94 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl132 124 common fchmod sys_fchmod
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl157 124 common fchmod sys_fchmod
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-2.patch137 (void) fchmod(fd, 0640);

123