/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw64.h | 111 extern int test_func1(const char *, const struct stat64 *, int, struct FTW *); 112 extern int test_func3(const char *, const struct stat64 *, int, struct FTW *); 113 extern int test_func4(const char *, const struct stat64 *, int, struct FTW *); 114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *); 115 extern int test_func7(const char *, const struct stat64 *, int, struct FTW *); 116 extern int test_func8(const char *, const struct stat64 *, int, struct FTW *); 117 extern int test_func9(const char *, const struct stat64 *, int, struct FTW *); 118 extern int test_func10(const char *, const struct stat64 *, int, struct FTW *); 119 extern int test_func11(const char *, const struct stat64 *, int, struct FTW *); 120 extern int test_func12(const char *, const struct stat64 *, in [all...] |
H A D | test_func64.c | 41 test_func1(const char *path_name, const struct stat64 *stat_pointer, in test_func1() 75 test_func3(const char *path_name, const struct stat64 *stat_pointer, in test_func3() 100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4() 113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5() 137 test_func7(const char *path_name, const struct stat64 *stat_pointer, in test_func7() 168 test_func8(const char *path_name, const struct stat64 *stat_pointer, in test_func8() 250 test_func9(const char *path_name, const struct stat64 *stat_pointer, in test_func9() 286 test_func10(const char *path_name, const struct stat64 *stat_pointer, in test_func10() 321 test_func11(const char *path_name, const struct stat64 *stat_pointer, in test_func11() 356 test_func12(const char *path_name, const struct stat64 *stat_pointe [all...] |
/third_party/ninja/src/ |
H A D | deps_log_test.cc | 142 struct stat64 st; in TEST_F() 143 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F() 168 struct stat64 st; in TEST_F() 169 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F() 210 struct stat64 st; in TEST_F() 211 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F() 238 struct stat64 st; in TEST_F() 239 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F() 294 struct stat64 st; in TEST_F() 295 ASSERT_EQ(0, stat64(kTestFilenam in TEST_F() [all...] |
H A D | disk_interface.cc | 221 struct stat64 st;
222 if (stat64(path.c_str(), &st) < 0) {
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstatat64_test.cpp | 26 struct stat64 st; in HWTEST_F() 48 struct stat64 st; in HWTEST_F() 71 struct stat64 st; in HWTEST_F()
|
H A D | stat_fstat64_test.cpp | 28 struct stat64 statBuf; in HWTEST_F()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 90 REAL_FUNCTION_POINTER(stat64); variable 229 GET_FUNCTION_POINTER(stat64); in init_shim() 341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st) in __xstat64() 391 PUBLIC int __fxstat64(int ver, int fd, struct stat64 *st) in __fxstat64() 442 PUBLIC int stat64(const char* path, struct stat64* stat_buf) in stat64() function 491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_nftw64_test.cpp | 39 static int CheckNftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) in CheckNftw64() 45 static int NullCallback(const char* fpath, const struct stat64* sb, int, FTW* ftwbuf) in NullCallback()
|
/third_party/f2fs-tools/tools/ |
H A D | fibmap.c | 66 void print_stat(struct stat64 *st) in print_stat() 92 static void stat_bdev(struct stat64 *st, unsigned int *start_lba) in stat_bdev() 143 struct stat64 st;
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 263 int lstat64_path(pathname_t *, struct stat64 *); 276 int stat64_path(pathname_t *, struct stat64 *); 656 struct stat64 statbuf; in check_cwd() 658 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd() 753 struct stat64 statbuf; in doproc() 761 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc() 783 rval = stat64(".", &statbuf); in doproc() 993 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path() 1286 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path() 1292 rval = stat64(nam in stat64_path() [all...] |
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 102 #define stat64 stat macro 103 int fstat64(int, struct stat64 *);
|
/third_party/ltp/testcases/kernel/syscalls/fstatat/ |
H A D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() 84 static struct stat64 statbuf; in main()
|
/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 44 #define stat64 stat macro 61 struct stat64 st; in OpenForRead() 438 struct stat64 st; in DiskSize()
|
H A D | diskio.cc | 24 #define stat64 stat macro
|
H A D | diskio.h | 34 #define stat64 stat macro
|
/third_party/musl/src/stat/ |
H A D | stat.c | 10 weak_alias(stat, stat64);
|
/third_party/musl/compat/time32/ |
H A D | stat_time32.c | 17 weak_alias(stat, stat64);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | aarch64.rs | 30 pub struct stat64 { structure names
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 169 struct stat64 st; in read_tlv_file() 221 struct stat64 st; in binary_file_parse() 239 if (stat64(filepath, &st) == -1) { in binary_file_parse()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 131 static int (*_stat64)(const char *, struct stat64 *) = NULL; 133 static int (*___xstat64)(int, const char *, struct stat64 *) = NULL; 214 _stat64 = (int (*)(const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "stat64"); \ 230 ___xstat64 = (int (*)(int, const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "__xstat64"); \ 2486 struct stat64 parent; 2510 ret = stat64("/dev", &parent); 2538 #undef stat64 macro 2540 int stat64(const char *pathname, struct stat64 *bu function [all...] |
/third_party/alsa-lib/include/ |
H A D | local.h | 82 #define stat64 stat macro 91 #define stat64 stat macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress10.c | 524 struct stat64 statbuf; 703 struct stat64 statbuf; 787 struct stat64 statbuf;
|
/third_party/gn/src/base/files/ |
H A D | file.h | 29 typedef struct stat64 stat_wrapper_t;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 102 #define stat64 stat macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 102 #define stat64 stat macro
|