Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/third_party/iowow/src/fs/tests/
Diwfs_test1.c84 IWP_FILE_STAT fstat; in iwfs_exfile_test1() local
85 IWRC(iwp_fstat(path, &fstat), rc); in iwfs_exfile_test1()
88 CU_ASSERT_EQUAL(fstat.size, iwp_alloc_unit()); in iwfs_exfile_test1()
144 IWP_FILE_STAT fstat; in iwfs_exfile_test1_2() local
145 rc = iwp_fstat(tpath, &fstat); in iwfs_exfile_test1_2()
151 memset(&fstat, 0, sizeof(fstat)); in iwfs_exfile_test1_2()
152 rc = iwp_fstat(tpath, &fstat); in iwfs_exfile_test1_2()
183 IWP_FILE_STAT fstat; in test_fibo_inc() local
184 IWRC(iwp_fstat(path, &fstat), rc); in test_fibo_inc()
186 CU_ASSERT_EQUAL_FATAL(fstat.size, psize); in test_fibo_inc()
[all …]
/third_party/ltp/testcases/kernel/syscalls/dup/
Ddup07.c68 fstat(rdoret, &retbuf); in main()
69 fstat(duprdo, &dupbuf); in main()
90 fstat(wroret, &retbuf); in main()
91 fstat(dupwro, &dupbuf); in main()
113 fstat(rdwret, &retbuf); in main()
114 fstat(duprdwr, &dupbuf); in main()
/third_party/musl/libc-test/src/functional/
Dutime.c30 TEST(fstat(fd, &st) == 0, "\n"); in main()
37 TEST(fstat(fd, &st) == 0, "\n"); in main()
46 TEST(fstat(fd, &st) == 0, "\n"); in main()
53 TEST(fstat(fd, &st) == 0, "\n"); in main()
58 TEST(fstat(fd, &st) == 0, "\n"); in main()
64 TEST(fstat(fd, &st) == 0, "\n"); in main()
/third_party/node/test/wasi/c/
Dftruncate.c21 assert(0 == fstat(fd, &st)); in main()
27 assert(0 == fstat(fd, &st)); in main()
33 assert(0 == fstat(fd, &st)); in main()
Dstat.c33 ret = fstat(fd, &st); in main()
42 assert(0 == fstat(fd, &st)); in main()
/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp253 return EBADF != fstat(fd, &s);
259 if(0 != fstat(fd, &s))
267 if(0 != fstat(fd, &s))
275 if(0 != fstat(fd, &s))
287 if(0 != fstat(fd, &info))
/third_party/mesa3d/src/util/
Du_hash_table.c64 fstat(fd, &stat); in hash_fd()
80 fstat(fd1, &stat1); in equal_fd()
81 fstat(fd2, &stat2); in equal_fd()
/third_party/musl/src/stat/
Dfstat.c7 int fstat(int fd, struct stat *st) in fstat() function
14 weak_alias(fstat, fstat64);
/third_party/musl/compat/time32/
Dfstat_time32.c12 int r = fstat(fd, &st); in __fstat_time32()
17 weak_alias(fstat, fstat64);
/third_party/boost/boost/process/detail/posix/
Dcompare_handles.hpp28 if(fstat(lhs, &stat1) < 0) ::boost::process::detail::throw_last_error("fstat() failed"); in compare_handles()
29 if(fstat(rhs, &stat2) < 0) ::boost::process::detail::throw_last_error("fstat() failed"); in compare_handles()
/third_party/musl/ndk_musl_include/sys/
Dstat.h74 int fstat(int, struct stat *);
102 #define fstat64 fstat
114 __REDIR(fstat, __fstat_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h74 int fstat(int, struct stat *);
103 #define fstat64 fstat
115 __REDIR(fstat, __fstat_time64);
/third_party/musl/include/sys/
Dstat.h74 int fstat(int, struct stat *);
103 #define fstat64 fstat
115 __REDIR(fstat, __fstat_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h74 int fstat(int, struct stat *);
103 #define fstat64 fstat
115 __REDIR(fstat, __fstat_time64);
/third_party/musl/porting/linux/user/include/sys/
Dstat.h74 int fstat(int, struct stat *);
103 #define fstat64 fstat
115 __REDIR(fstat, __fstat_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h74 int fstat(int, struct stat *);
103 #define fstat64 fstat
115 __REDIR(fstat, __fstat_time64);
/third_party/e2fsprogs/lib/e2p/
Dgetflags.c36 if (fstat (fd, &buf) == -1) in getflags()
58 if (!fstat(fd, &buf) && in getflags()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D26-1.c42 if (fstat(fd, &stat_buf) != 0) { in main()
56 if (fstat(fd, &stat_buf) != 0) { in main()
D26-2.c62 if (fstat(fd, &stat_buf) != 0) { in main()
104 if (fstat(fd, &stat_buf) != 0) { in main()
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c46 if(fstat(fd, &stat) == -1) in hash_file_description()
82 fstat(fd1, &stat1); in equal_file_description()
83 fstat(fd2, &stat2); in equal_file_description()
/third_party/node/test/parallel/
Dtest-fs-readfile-zero-byte-liar.js33 fs._fstat = fs.fstat;
36 fs.fstat = (fd, cb) => { function in fs
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c415 sr->fstat = CK_FORK_GETENV; in srunner_create()
421 sr->fstat = CK_NOFORK; in srunner_create()
592 set_fork_status (enum fork_status fstat) in set_fork_status() argument
594 if (fstat == CK_FORK || fstat == CK_NOFORK || fstat == CK_FORK_GETENV) in set_fork_status()
595 _fstat = fstat; in set_fork_status()
Dcheck_impl.h127 enum fork_status fstat; /* controls if suites are forked or not member
133 void set_fork_status (enum fork_status fstat);
/third_party/ffmpeg/libavformat/
Dos_support.h53 # ifdef fstat
54 # undef fstat
56 # define fstat(f,s) _fstati64((f), (s)) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D8-1.c54 if (fstat(fd, &stat_before) != 0) { in main()
92 if (fstat(fd, &stat_after) != 0) { in main()

12345678910>>...21