Home
last modified time | relevance | path

Searched refs:_fstat (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/src/
H A 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/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c43 #define fstat _fstat
/third_party/FreeBSD/include/
H A Dfts.h54 #define _fstat(fd, statbuf) (fstat((fd), (statbuf))) macro
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h69 #define fstat _fstat
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drandfile.c44 # define fstat _fstat
/third_party/openssl/crypto/rand/
H A Drandfile.c45 # define fstat _fstat
/third_party/curl/lib/
H A Dcurl_setup.h418 # define fstat(fdes,stp) _fstat(fdes, stp)
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c1136 if (_fstat(newfd, &sb)) { in fts_safe_changedir()
/third_party/sqlite/src/
H A Dshell.c655 if( _fstat(_fileno(rv), &x) != 0 in openChrSource()

Completed in 38 milliseconds