fchmodat 33 lib/fchmodat.c return fchmodat (dir, file, mode, flags); fchmodat 135 lib/fchmodat.c # define AT_FUNC_NAME fchmodat fchmodat 86 lib/openat.h return fchmodat (fd, file, mode, 0); fchmodat 92 lib/openat.h return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW); fchmodat 456 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fchmodat, int, fchmodat 459 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fchmodat, int, fchmodat 463 lib/sys_stat.in.h _GL_FUNCDECL_SYS (fchmodat, int, fchmodat 467 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fchmodat, int, fchmodat 470 lib/sys_stat.in.h _GL_CXXALIASWARN (fchmodat); fchmodat 474 lib/sys_stat.in.h _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - " fchmodat 905 src/androidvfs.c return fchmodat (AT_FDCWD, vp->name, mode, flags); fchmodat 7054 src/androidvfs.c return fchmodat (dirfd, pathname, mode, flags); fchmodat 65 src/msdos.h int fchmodat (int, const char *, mode_t, int); fchmodat 2724 src/sysdep.c return fchmodat (fd, path, mode, flags); fchmodat 229 src/w32.h extern int fchmodat (int, char const *, mode_t, int);