Home
last modified time | relevance | path

Searched refs:FSTAT (Results 1 – 8 of 8) 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/node/deps/uv/src/unix/
Dfs.c1724 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work()
1877 INIT(FSTAT); in uv_fs_fstat()
/third_party/libuv/src/unix/
Dfs.c1745 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work()
1898 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/node/deps/uv/src/win/
Dfs.c2808 XX(FSTAT, fstat) in uv__fs_work()
/third_party/libuv/src/win/
Dfs.c2808 XX(FSTAT, fstat) in uv__fs_work()
/third_party/node/src/
Dnode_file.cc125 FS_TYPE_TO_NAME(FSTAT, "fstat") in get_fs_func_name_by_type()
/third_party/python/Misc/
DHISTORY10755 a symbol named FSTAT.