/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 0001-configure-Add-correct-system-headers-and-prototypes-.patch | 26 -for func in fchmod fchown lchown nl_langinfo 33 +echo Check for fchmod 36 +int main(){ fchmod(0,0); return 0; }
|
H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 46 @@ -383,7 +383,7 @@ for func in fchmod fchown lchown nl_langinfo
|
/openbmc/linux/tools/perf/util/ |
H A D | copyfile.c | 106 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 D | 0001-socket-util-Include-sys-stat.h-for-fchmod.patch | 4 Subject: [PATCH] socket-util: Include sys/stat.h for fchmod
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
H A D | 0001-configure.ac-Check-and-define-intmax_t-type.patch | 27 AC_CHECK_FUNCS([fchmod isascii strchr])
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/ |
H A D | 0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch | 22 strrchr strsignal fchmod fstat chmod])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | 0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch | 94 if ((oflags & O_CREAT) && fchmod(fd, mode))
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | cipher_mgmt.cpp | 128 fchmod(fd, 0644); in writeCSPrivilegeLevels()
|
H A D | passwd_mgr.cpp | 481 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 D | openflow_git.bb | 22 file://0001-socket-util-Include-sys-stat.h-for-fchmod.patch \
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 95 [ 94] = 2, /* fchmod */
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user.c | 204 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 26 { TARGET_NETBSD_NR_fchmod, "fchmod", "%s(%d,%#o)", NULL, NULL },
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 723 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 D | pam_ipmisave.c | 360 (fchmod(fileno(pwfile), st.st_mode) == -1)) { in update_pass_special_file()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 29 { TARGET_OPENBSD_NR_fchmod, "fchmod", "%s(%d,%#o)", NULL, NULL },
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 309 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 D | syscall_n64.tbl | 99 89 n64 fchmod sys_fchmod
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 99 89 n64 fchmod sys_fchmod
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 87 75 common fchmod sys_fchmod
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 99 89 n64 fchmod sys_fchmod
|
H A D | syscall_n32.tbl | 99 89 n32 fchmod sys_fchmod
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 102 91 common fchmod sys_fchmod
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 102 91 common fchmod sys_fchmod
|