HomeSort by: relevance | last modified time | path
    Searched refs:fchmodat (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/tests/lib/libc/c063/
t_fchmodat.c 46 #define FILE "dir/fchmodat"
47 #define BASEFILE "fchmodat"
60 atf_tc_set_md_var(tc, "descr", "See that fchmodat works with fd");
73 ATF_REQUIRE(fchmodat(dfd, BASEFILE, 0600, 0) == 0);
84 "See that fchmodat works with fd as AT_FDCWD");
96 ATF_REQUIRE(fchmodat(AT_FDCWD, BASEFILE, 0600, 0) == 0);
106 "See that fchmodat fails with fd as AT_FDCWD and bad path");
111 ATF_REQUIRE(fchmodat(AT_FDCWD, FILEERR, 0600, 0) == -1);
117 atf_tc_set_md_var(tc, "descr", "See that fchmodat fail with bad path");
125 ATF_REQUIRE(fchmodat(dfd, FILEERR, 0600, 0) == -1)
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
openat.h 84 return fchmodat (fd, file, mode, 0);
90 return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
sys_stat.in.h 415 # undef fchmodat
416 # define fchmodat rpl_fchmodat
418 _GL_FUNCDECL_RPL (fchmodat, int,
421 _GL_CXXALIAS_RPL (fchmodat, int,
425 _GL_FUNCDECL_SYS (fchmodat, int,
429 _GL_CXXALIAS_SYS (fchmodat, int,
432 _GL_CXXALIASWARN (fchmodat);
434 # undef fchmodat
436 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable -
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
openat.h 84 return fchmodat (fd, file, mode, 0);
90 return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
sys_stat.in.h 415 # undef fchmodat
416 # define fchmodat rpl_fchmodat
418 _GL_FUNCDECL_RPL (fchmodat, int,
421 _GL_CXXALIAS_RPL (fchmodat, int,
425 _GL_FUNCDECL_SYS (fchmodat, int,
429 _GL_CXXALIAS_SYS (fchmodat, int,
432 _GL_CXXALIASWARN (fchmodat);
434 # undef fchmodat
436 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable -
    [all...]
  /src/sys/sys/
stat.h 277 int fchmodat(int, const char *, mode_t, int);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 402 int fchmodat(int fd, const wchar_t *path, int perms, int flag) { function in namespace:detail::__anon3639
491 using ::fchmodat;
operations.cpp 32 #include <fcntl.h> /* values for fchmodat */
1286 if (detail::fchmodat(AT_FDCWD, p.c_str(), real_perms, flags) == -1) {
  /src/lib/libc/sys/
Makefile.inc 116 faccessat.S fchdir.S fchflags.S fchmod.S fchmodat.S fchown.S \
326 MLINKS+=chmod.2 fchmodat.2
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 326 SYSCALL (306, fchmodat)
i386-linux-tdep.c 711 SYSCALL_MAP (fchmodat);
loongarch-linux-tdep.c 649 SYSCALL_MAP (fchmodat);
aarch64-linux-tdep.c 2193 SYSCALL_MAP (fchmodat);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-syscalls.def 326 SYSCALL (306, fchmodat)
i386-linux-tdep.c 710 SYSCALL_MAP (fchmodat);
loongarch-linux-tdep.c 642 SYSCALL_MAP (fchmodat);
aarch64-linux-tdep.c 2101 SYSCALL_MAP (fchmodat);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 569 if (::fchmodat(AT_FDCWD, to, from_st->st_mode, 0))
ops.cc 49 # include <sys/stat.h> // stat, utimensat, fchmodat
992 if (::fchmodat(AT_FDCWD, p.c_str(), static_cast<mode_t>(prms), flag))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 505 if (::fchmodat(AT_FDCWD, to, from_st->st_mode, 0))
std-ops.cc 45 # include <sys/stat.h> // stat, utimensat, fchmodat
393 if (::fchmodat(AT_FDCWD, to, from_st->st_mode, 0))
1196 if (::fchmodat(AT_FDCWD, p.c_str(), static_cast<mode_t>(prms), flag))
ops.cc 49 # include <sys/stat.h> // stat, utimensat, fchmodat
977 if (::fchmodat(AT_FDCWD, p.c_str(), static_cast<mode_t>(prms), flag))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 48 # include <sys/stat.h> // stat, utimensat, fchmodat
1158 if (::fchmodat(AT_FDCWD, p.c_str(), static_cast<mode_t>(prms), flag))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 48 # include <sys/stat.h> // stat, utimensat, fchmodat
1129 if (::fchmodat(AT_FDCWD, p.c_str(), static_cast<mode_t>(prms), flag))
  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 1463 r = fchmodat(AT_FDCWD, name,

Completed in 117 milliseconds

1 2