Home
last modified time | relevance | path

Searched refs:FSTAT (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/tests/
Dwin32_test.c46 #define FSTAT fstat macro
56 #define FSTAT _fstati64 macro
66 #define FSTAT fstat macro
148 if (FSTAT (fd, &statbuf) != 0) in show_fstat_error()
/third_party/libuv/src/unix/
Dfs.c1723 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work()
1876 INIT(FSTAT); in uv_fs_fstat()
/third_party/python/Modules/
Dposixmodule.c478 #undef FSTAT
483 # define FSTAT _Py_fstat_noraise macro
488 # define FSTAT fstat macro
2520 result = FSTAT(path->fd, &st); in posix_do_stat()
10042 res = FSTAT(fd, &st); in os_fstat_impl()
/third_party/libuv/src/win/
Dfs.c2808 XX(FSTAT, fstat) in uv__fs_work()
/third_party/python/Misc/
DHISTORY10755 a symbol named FSTAT.