Searched refs:FSTAT (Results 1 – 8 of 8) sorted by relevance
/third_party/libsnd/tests/ |
D | win32_test.c | 46 #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/ |
D | fs.c | 1724 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/ |
D | fs.c | 1745 X(FSTAT, uv__fs_fstat(req->file, &req->statbuf)); in uv__fs_work() 1898 INIT(FSTAT); in uv_fs_fstat()
|
/third_party/python/Modules/ |
D | posixmodule.c | 478 #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/ |
D | fs.c | 2808 XX(FSTAT, fstat) in uv__fs_work()
|
/third_party/libuv/src/win/ |
D | fs.c | 2808 XX(FSTAT, fstat) in uv__fs_work()
|
/third_party/node/src/ |
D | node_file.cc | 125 FS_TYPE_TO_NAME(FSTAT, "fstat") in get_fs_func_name_by_type()
|
/third_party/python/Misc/ |
D | HISTORY | 10755 a symbol named FSTAT.
|