fstatat

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
  2. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
    version(Posix && OSX && !AArch64)
    @safe extern (C) @safe nothrow @nogc pragma(mangle, "fstatat$INODE64")
    static if(!is(typeof(fstatat)))
    int
    fstatat
    (
    int dirfd
    ,
    const(char)* pathname
    ,
    stat_t* statbuf
    ,
    int flags
    )
  3. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)

Meta