Home
last modified time | relevance | path

Searched refs:fchownat (Results 1 – 4 of 4) sorted by relevance

/io/
A Dfchownat.c26 fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag) in fchownat() function
43 stub_warning (fchownat)
A Dtst-fchownat.c121 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 DVersions105 fchownat;
A DMakefile49 chown fchown lchown fchownat \
67 tst-renameat tst-fchownat tst-fchmodat tst-faccessat \

Completed in 4 milliseconds