Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/libs/filesystem/test/issues/
Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfchmodat.c34 int result = fchmodat(fd, in fchmodat_0100()
56 int result = fchmodat(fd, in fchmodat_0200()
74 int result = fchmodat(-1, "test.txt", S_IRWXU | S_IRWXG | S_IRWXO, AT_SYMLINK_NOFOLLOW); in fchmodat_0300()
Dtest_src_functionalext_supplement_stat.gni33 "fchmodat",
/third_party/musl/src/stat/
Dlchmod.c7 return fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
Dfchmodat.c7 int fchmodat(int fd, const char *path, mode_t mode, int flag) in fchmodat() function
/third_party/ltp/include/lapi/syscalls/
Dhppa.in14 fchmodat (__NR_openat + 11)
Daarch64.in54 fchmodat 53
Darc.in54 fchmodat 53
Dsparc64.in278 fchmodat 295
Dia64.in263 fchmodat 1292
Dmips_n64.in258 fchmodat 5258
Ds390x.in244 fchmodat 299
Dmips_n32.in262 fchmodat 6262
Dsh.in278 fchmodat 306
Dx86_64.in269 fchmodat 268
Dpowerpc64.in297 fchmodat 297
Dpowerpc.in297 fchmodat 297
/third_party/musl/ndk_musl_include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/porting/linux/user/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h79 int fchmodat(int, const char *, mode_t, int);
/third_party/musl/libc-test/src/api/
Dsys_stat.c88 {int(*p)(int,const char*,mode_t,int) = fchmodat;} in f()

12