Searched refs:_fstat (Results 1 – 10 of 10) 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/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 43 #define fstat _fstat
|
/third_party/FreeBSD/include/ |
D | fts.h | 54 #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 | 418 # define fstat(fdes,stp) _fstat(fdes, stp)
|
/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()
|