Searched refs:fchmodat (Results 1 – 25 of 40) sorted by relevance
12
/third_party/boost/libs/filesystem/test/issues/ |
D | fchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp | 31 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/ |
D | fchmodat.c | 34 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()
|
D | test_src_functionalext_supplement_stat.gni | 33 "fchmodat",
|
/third_party/musl/src/stat/ |
D | lchmod.c | 7 return fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
|
D | fchmodat.c | 7 int fchmodat(int fd, const char *path, mode_t mode, int flag) in fchmodat() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | hppa.in | 14 fchmodat (__NR_openat + 11)
|
D | aarch64.in | 54 fchmodat 53
|
D | arc.in | 54 fchmodat 53
|
D | sparc64.in | 278 fchmodat 295
|
D | ia64.in | 263 fchmodat 1292
|
D | mips_n64.in | 258 fchmodat 5258
|
D | s390x.in | 244 fchmodat 299
|
D | mips_n32.in | 262 fchmodat 6262
|
D | sh.in | 278 fchmodat 306
|
D | x86_64.in | 269 fchmodat 268
|
D | powerpc64.in | 297 fchmodat 297
|
D | powerpc.in | 297 fchmodat 297
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 79 int fchmodat(int, const char *, mode_t, int);
|
/third_party/musl/libc-test/src/api/ |
D | sys_stat.c | 88 {int(*p)(int,const char*,mode_t,int) = fchmodat;} in f()
|
12