Home
last modified time | relevance | path

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

/io/
A Dfchmodat.c27 fchmodat (int fd, const char *file, mode_t mode, int flag) in fchmodat() function
44 stub_warning (fchmodat)
45 libc_hidden_def (fchmodat)
A Dlchmod.c26 return fchmodat (AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
A Dtst-fchmodat.c113 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 Dtst-lchmod.c231 test_1 (false, fchmodat); in test_3()
233 test_1 (true, fchmodat); in test_3()
A Dtst-faccessat.c139 if (fchmodat (dir_fd, "some-file", 0400, 0) != 0) in do_test()
A DVersions104 fchmodat;
A DMakefile40 umask chmod fchmod lchmod fchmodat \
67 tst-renameat tst-fchownat tst-fchmodat tst-faccessat \
/io/sys/
A Dstat.h371 extern int fchmodat (int __fd, const char *__file, __mode_t __mode,

Completed in 7 milliseconds