Searched refs:_fstat (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-readfile-zero-byte-liar.js | 33 fs._fstat = fs.fstat; 37 fs._fstat(fd, (er, st) => {
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 62 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/ |
D | check.c | 589 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/ |
D | md5hl.c | 43 #define fstat _fstat
|
/third_party/FreeBSD/include/ |
D | fts.h | 55 #define _fstat(fd, statbuf) (fstat((fd), (statbuf))) macro
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
D | randfile.c | 44 # define fstat _fstat
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 44 # define fstat _fstat
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 69 #define fstat _fstat
|
/third_party/curl/lib/ |
D | curl_setup.h | 387 # define fstat(fdes,stp) _fstat(fdes, stp)
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 55 #define fstat _fstat
|
D | gstfdsrc.c | 75 #define fstat _fstat
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 1136 if (_fstat(newfd, &sb)) { in fts_safe_changedir()
|
/third_party/sqlite/src/ |
D | shell.c | 655 if( _fstat(_fileno(rv), &x) != 0 in openChrSource()
|