Home
last modified time | relevance | path

Searched defs:statbuf (Results 1 – 25 of 84) sorted by relevance

1234

/external/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat()
68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
84 static struct stat64 statbuf; in main() local
86 static struct stat statbuf; in main() local
/external/zstd/programs/
Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat()
137 stat_t statbuf; in UTIL_isRegularFile() local
141 int UTIL_isRegularFileStat(const stat_t* statbuf) in UTIL_isRegularFileStat()
151 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions) in UTIL_chmod()
163 int UTIL_utime(const char* filename, const stat_t *statbuf) in UTIL_utime()
185 int UTIL_setFileStat(const char *filename, const stat_t *statbuf) in UTIL_setFileStat()
208 stat_t statbuf; in UTIL_isDirectory() local
212 int UTIL_isDirectoryStat(const stat_t* statbuf) in UTIL_isDirectoryStat()
250 stat_t statbuf; in UTIL_isFIFO() local
258 int UTIL_isFIFOStat(const stat_t* statbuf) in UTIL_isFIFOStat()
[all …]
/external/lz4/tests/
DroundTripTest.c152 struct _stat64 statbuf; in getFileSize() local
156 struct stat statbuf; in getFileSize() local
168 struct _stat64 statbuf; in isDirectory() local
172 struct stat statbuf; in isDirectory() local
/external/zstd/tests/
DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize() local
166 struct stat statbuf; in getFileSize() local
178 struct _stat64 statbuf; in isDirectory() local
182 struct stat statbuf; in isDirectory() local
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_os_specific.c105 static int XSUM_stat(const char* infilename, XSUM_stat_t* statbuf) in XSUM_stat()
198 static int XSUM_stat(const char* infilename, XSUM_stat_t* statbuf) in XSUM_stat()
468 XSUM_stat_t statbuf; in XSUM_isDirectory() local
483 XSUM_stat_t statbuf; in XSUM_getFileSize() local
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress10.c525 struct stat64 statbuf; local
704 struct stat64 statbuf; local
707 struct stat statbuf; local
788 struct stat64 statbuf; local
Dmmapstress01.c461 struct stat64 statbuf; local
599 struct stat64 statbuf; local
/external/lz4/programs/
Dutil.h322 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
354 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
370 stat_t statbuf; in UTIL_isRegFile() local
378 stat_t statbuf; in UTIL_isDirectory() local
394 struct UTIL_TYPE_stat statbuf; in UTIL_getOpenFileSize() local
410 struct UTIL_TYPE_stat statbuf; in UTIL_getFileSize() local
/external/e2fsprogs/tests/progs/
Dhold_inode.c24 struct stat statbuf; in main() local
/external/ltp/testcases/kernel/syscalls/umask/
Dumask01.c21 struct stat statbuf; in verify_umask() local
/external/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c71 struct stat statbuf; in open_block_device() local
/external/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c73 struct stat statbuf; in open_block_device() local
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat03.c25 struct stat statbuf; in verify_creat() local
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c25 struct stat statbuf; in main() local
/external/eigen/bench/spbench/
Dspbenchsolver.cpp43 std::ofstream statbuf; in main() local
/external/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf; local
/external/curl/src/
Dtool_filetime.c75 struct_stat statbuf; in getfiletime() local
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c40 struct stat statbuf; in setup() local
/external/ltp/testcases/kernel/containers/mqns/
Dmqns_03.c62 struct stat statbuf; in check_mqueue() local
Dmqns_04.c100 struct stat statbuf; in main() local
/external/ppp/pppd/
Dtty.c299 struct stat statbuf; local
450 struct stat statbuf; in tty_check_options() local
523 struct stat statbuf; in connect_tty() local
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc139 struct stat statbuf; in MapFileRegionToMemory() local
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dpinning.c37 struct stat statbuf = {}; in test_pinning() local
/external/libxml2/fuzz/
DgenSeed.c187 struct stat statbuf; in processPattern() local
272 struct stat statbuf; in processXPath() local
/external/mtools/
Dunixdir.c30 struct MT_STAT statbuf; member

1234