fchmodat           33 maint/gnulib/lib/fchmodat.c   return fchmodat (dir, file, mode, flags);
fchmodat          154 maint/gnulib/lib/fchmodat.c # define AT_FUNC_NAME fchmodat
fchmodat           84 maint/gnulib/lib/openat.h   return fchmodat (fd, file, mode, 0);
fchmodat           90 maint/gnulib/lib/openat.h   return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
fchmodat          418 maint/gnulib/lib/sys_stat.in.h _GL_FUNCDECL_RPL (fchmodat, int,
fchmodat          421 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_RPL (fchmodat, int,
fchmodat          425 maint/gnulib/lib/sys_stat.in.h _GL_FUNCDECL_SYS (fchmodat, int,
fchmodat          429 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_SYS (fchmodat, int,
fchmodat          432 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIASWARN (fchmodat);
fchmodat          436 maint/gnulib/lib/sys_stat.in.h _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
fchmodat           22 maint/gnulib/tests/test-fchmodat.c SIGNATURE_CHECK (fchmodat, int, (int, const char *, mode_t, int));
fchmodat           39 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (-1, "foo", 0600, 0) == -1);
fchmodat           45 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (99, "foo", 0600, 0) == -1);
fchmodat           55 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (AT_FDCWD, BASE "file", 0400, 0) == 0);
fchmodat           60 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (AT_FDCWD, BASE "file/", 0600, 0) == -1);
fchmodat           73 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (AT_FDCWD, BASE "dir", 0500, 0) == 0);
fchmodat           76 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (AT_FDCWD, BASE "dir/", 0700, 0) == 0);
fchmodat           88 maint/gnulib/tests/test-fchmodat.c     ASSERT (fchmodat (AT_FDCWD, BASE "file", 0400, AT_SYMLINK_NOFOLLOW) == 0);
fchmodat           28 maint/gnulib/tests/test-sys_stat-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::fchmodat, int,