fstatat 65 lib/faccessat.c result = fstatat (fd, file, &st, 0); fstatat 73 lib/fchmodat.c if (fstatat (dir, file, &st, flags & AT_SYMLINK_NOFOLLOW) < 0) fstatat 35 lib/fstatat.c return fstatat (fd, filename, buf, flags); fstatat 134 lib/fstatat.c # define AT_FUNC_NAME fstatat fstatat 104 lib/openat.h return fstatat (fd, name, st, 0); fstatat 111 lib/openat.h return fstatat (fd, name, st, AT_SYMLINK_NOFOLLOW); fstatat 47 lib/readlinkat.c if (fstatat (fd, file, &st, 0) == 0 || errno == EOVERFLOW) fstatat 503 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fstatat, int, fstatat 507 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fstatat, int, fstatat 512 lib/sys_stat.in.h _GL_FUNCDECL_SYS (fstatat, int, fstatat 517 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fstatat, int, fstatat 521 lib/sys_stat.in.h _GL_CXXALIASWARN (fstatat); fstatat 528 lib/sys_stat.in.h _GL_WARN_ON_USE (fstatat, "fstatat is not portable - " fstatat 46 lib/utimensat.c if (fstatat (fd, file, &st, flag & AT_SYMLINK_NOFOLLOW) < 0) fstatat 106 lib/utimensat.c if (fstatat (fd, file, &st, flag)) fstatat 155 lib/utimensat.c if (fstatat (fd, file, &statbuf, 0) < 0) fstatat 163 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW fstatat (int, char const *, fstatat 61 src/msdos.h int fstatat (int, char const *, struct stat *, int); fstatat 2338 src/sysdep.c while ((r = fstatat (dirfd, filename, st, flags)) != 0 && errno == EINTR)