fchmodat           33 lib/fchmodat.c   return fchmodat (dir, file, mode, flags);
fchmodat          135 lib/fchmodat.c # define AT_FUNC_NAME fchmodat
fchmodat           83 lib/openat.h     return fchmodat (fd, file, mode, 0);
fchmodat           89 lib/openat.h     return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
fchmodat          444 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fchmodat, int,
fchmodat          447 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fchmodat, int,
fchmodat          451 lib/sys_stat.in.h _GL_FUNCDECL_SYS (fchmodat, int,
fchmodat          455 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fchmodat, int,
fchmodat          458 lib/sys_stat.in.h _GL_CXXALIASWARN (fchmodat);
fchmodat          462 lib/sys_stat.in.h _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
fchmodat         3548 src/fileio.c     if (fchmodat (AT_FDCWD, fname, imode, nofollow) != 0)
fchmodat           65 src/msdos.h    int fchmodat (int, const char *, mode_t, int);
fchmodat          229 src/w32.h      extern int fchmodat (int, char const *, mode_t, int);