Searched refs:_fstat (Results 1 – 15 of 15) 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/boost/boost/interprocess/detail/ |
D | file_locking_helpers.hpp | 128 return EBADF != _fstat(fd, &s); in is_valid_fd() 136 if(0 != _fstat(fd, &s)) in is_normal_file() 144 if(0 != _fstat(fd, &s)) in get_size()
|
/third_party/e2fsprogs/include/nonunix/ |
D | unistd.h | 21 #define fstat _fstat
|
/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/libjpeg-turbo/md5/ |
D | md5hl.c | 43 #define fstat _fstat
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 43 #define fstat _fstat
|
/third_party/flutter/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/openssl/crypto/rand/ |
D | randfile.c | 36 # define fstat _fstat
|
/third_party/curl/lib/ |
D | curl_setup.h | 370 # 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 | 669 if( _fstat(_fileno(rv), &x) != 0 in openChrSource()
|