Home
last modified time | relevance | path

Searched refs:_fstat (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readfile-zero-byte-liar.js33 fs._fstat = fs.fstat;
37 fs._fstat(fd, (er, st) => {
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c62 int _fstat(int fd, struct stat *buf) in _fstat() function
109 int _fstat(int fd, struct stat *buf) in _fstat() function
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c589 static enum fork_status _fstat = CK_FORK; variable
595 _fstat = fstat; in set_fork_status()
603 return _fstat; in cur_fork_status()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat
/third_party/FreeBSD/include/
Dfts.h55 #define _fstat(fd, statbuf) (fstat((fd), (statbuf))) macro
/third_party/node/deps/openssl/openssl/crypto/rand/
Drandfile.c44 # define fstat _fstat
/third_party/openssl/crypto/rand/
Drandfile.c44 # define fstat _fstat
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h69 #define fstat _fstat
/third_party/curl/lib/
Dcurl_setup.h387 # define fstat(fdes,stp) _fstat(fdes, stp)
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c55 #define fstat _fstat
Dgstfdsrc.c75 #define fstat _fstat
/third_party/FreeBSD/lib/libc/gen/
Dfts.c1136 if (_fstat(newfd, &sb)) { in fts_safe_changedir()
/third_party/sqlite/src/
Dshell.c655 if( _fstat(_fileno(rv), &x) != 0 in openChrSource()