Home
last modified time | relevance | path

Searched refs:FSTAT (Results 1 - 7 of 7) sorted by relevance

/third_party/libsnd/tests/
H A 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/
H A Dfs.c1594 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work()
1766 INIT(FSTAT); in uv_fs_fstat()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1724 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work()
1877 INIT(FSTAT); in uv_fs_fstat()
/third_party/python/Modules/
H A Dposixmodule.c484 #undef FSTAT macro
489 # define FSTAT _Py_fstat_noraise macro
494 # define FSTAT fstat macro
2543 result = FSTAT(path->fd, &st); in posix_do_stat()
10204 res = FSTAT(fd, &st); in os_fstat_impl()
/third_party/libuv/src/win/
H A Dfs.c2795 XX(FSTAT, fstat) in uv__fs_work()
/third_party/node/src/
H A Dnode_file.cc125 FS_TYPE_TO_NAME(FSTAT, "fstat") in get_fs_func_name_by_type()
/third_party/node/deps/uv/src/win/
H A Dfs.c2808 XX(FSTAT, fstat) in uv__fs_work()

Completed in 33 milliseconds