Searched refs:fchownat (Results 1 – 4 of 4) sorted by relevance
/io/ |
A D | fchownat.c | 26 fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag) in fchownat() function 43 stub_warning (fchownat)
|
A D | tst-fchownat.c | 121 if (fchownat (fd, "some-file", 1, 1, 0) != -1) in do_test() 135 if (fchownat (dir_fd, "some-file", st1.st_uid + 1, st1.st_gid + 1, 0) != 0) in do_test() 169 if (fchownat (dir_fd2, "some-file", 1, 1, 0) != -1) in do_test() 182 if (fchownat (-1, "some-file", 1, 1, 0) != -1) in do_test()
|
A D | Versions | 105 fchownat;
|
A D | Makefile | 49 chown fchown lchown fchownat \ 67 tst-renameat tst-fchownat tst-fchmodat tst-faccessat \
|
Completed in 4 milliseconds