Home
last modified time | relevance | path

Searched defs:fstat (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/misc/aarch64/linux/
H A Dfstat.s10 fstat: label
/third_party/musl/porting/linux/user/src/misc/aarch64/
H A Dfstat.s10 fstat: label
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c43 #define fstat _fstat macro
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs158 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() functions
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs261 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() functions
/third_party/ffmpeg/libavutil/
H A Dfile_open.c36 #undef fstat macro
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js90 function fstat() { function
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drandfile.c44 # define fstat _fstat macro
/third_party/openssl/crypto/rand/
H A Drandfile.c45 # define fstat _fstat macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h81 # undef fstat macro
83 # define fstat win32_fstat macro
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c91 REAL_FUNCTION_POINTER(fstat); variable
475 PUBLIC int fstat(int fd, struct stat* stat_buf) in fstat() function
/third_party/curl/lib/
H A Dcurl_setup.h392 # undef fstat macro
393 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
418 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/third_party/node/lib/
H A Dfs.js1540 function fstat(fd, options = { bigint: false }, callback) { function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h69 #define fstat _fstat macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs404 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs818 pub fn fstat(arg1: c_int, arg2: *mut stat) -> c_int; in fstat() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs594 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs733 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1356 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3513 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() functions

Completed in 34 milliseconds