Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Add-correct-system-headers-and-prototypes-.patch26 -for func in fchmod fchown lchown nl_langinfo
33 +echo Check for fchmod
36 +int main(){ fchmod(0,0); return 0; }
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch46 @@ -383,7 +383,7 @@ for func in fchmod fchown lchown nl_langinfo
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-socket-util-Include-sys-stat.h-for-fchmod.patch4 Subject: [PATCH] socket-util: Include sys/stat.h for fchmod
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-configure.ac-Check-and-define-intmax_t-type.patch27 AC_CHECK_FUNCS([fchmod isascii strchr])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch22 strrchr strsignal fchmod fstat chmod])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch94 if ((oflags & O_CREAT) && fchmod(fd, mode))
/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp128 fchmod(fd, 0644); in writeCSPrivilegeLevels()
H A Dpasswd_mgr.cpp481 if (fchmod(fileno((temp)()), S_IRUSR | S_IWUSR) < 0) in updatePasswdSpecialFile()
483 lg2::debug("Error setting fchmod for temp file"); in updatePasswdSpecialFile()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow_git.bb22 file://0001-socket-util-Include-sys-stat.h-for-fchmod.patch \
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc95 [ 94] = 2, /* fchmod */
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c204 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list26 { TARGET_NETBSD_NR_fchmod, "fchmod", "%s(%d,%#o)", NULL, NULL },
/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c723 if (fchmod(fd, mode) < 0) { in mfd_assert_chmod()
744 if (fchmod(fd, mode) == 0) { in mfd_fail_chmod()
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c360 (fchmod(fileno(pwfile), st.st_mode) == -1)) { in update_pass_special_file()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list29 { TARGET_OPENBSD_NR_fchmod, "fchmod", "%s(%d,%#o)", NULL, NULL },
/openbmc/qemu/hw/9pfs/
H A D9p-local.c309 ret = fchmod(map_fd, 0600); in local_set_mapped_file_attrat()
377 ret = fchmod(fd, mode); in fchmodat_nofollow()
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl87 75 common fchmod sys_fchmod
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
H A Dsyscall_n32.tbl99 89 n32 fchmod sys_fchmod
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl102 91 common fchmod sys_fchmod
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl102 91 common fchmod sys_fchmod

123