Searched refs:fchmodat (Results 1 – 8 of 8) sorted by relevance
/io/ |
A D | fchmodat.c | 27 fchmodat (int fd, const char *file, mode_t mode, int flag) in fchmodat() function 44 stub_warning (fchmodat) 45 libc_hidden_def (fchmodat)
|
A D | lchmod.c | 26 return fchmodat (AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
|
A D | tst-fchmodat.c | 113 if (fchmodat (fd, "some-file", 0400, 0) != -1) in do_test() 133 if (fchmodat (dir_fd, "some-file", 0400, 0) != 0) in do_test() 167 if (fchmodat (dir_fd2, "some-file", 0400, 0) != -1) in do_test() 180 if (fchmodat (-1, "some-file", 0400, 0) != -1) in do_test()
|
A D | tst-lchmod.c | 231 test_1 (false, fchmodat); in test_3() 233 test_1 (true, fchmodat); in test_3()
|
A D | tst-faccessat.c | 139 if (fchmodat (dir_fd, "some-file", 0400, 0) != 0) in do_test()
|
A D | Versions | 104 fchmodat;
|
A D | Makefile | 40 umask chmod fchmod lchmod fchmodat \ 67 tst-renameat tst-fchownat tst-fchmodat tst-faccessat \
|
/io/sys/ |
A D | stat.h | 371 extern int fchmodat (int __fd, const char *__file, __mode_t __mode,
|
Completed in 7 milliseconds