fstatat           117 lib-src/asset-directory-tool.c       if (fstatat (dir_fd, dirent->d_name, &statb,
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           107 lib/openat.h     return fstatat (fd, name, st, 0);
fstatat           114 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           515 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fstatat, int,
fstatat           519 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fstatat, int,
fstatat           524 lib/sys_stat.in.h _GL_FUNCDECL_SYS (fstatat, int,
fstatat           529 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fstatat, int,
fstatat           533 lib/sys_stat.in.h _GL_CXXALIASWARN (fstatat);
fstatat           540 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          6794 src/androidvfs.c   return fstatat (dirfd, pathname, statbuf, flags);
fstatat            61 src/msdos.h    int fstatat (int, char const *, struct stat *, int);
fstatat          2410 src/sysdep.c     while ((r = fstatat (dirfd, filename, st, flags)) != 0