Home
last modified time | relevance | path

Searched defs:statbuf (Results 1 – 25 of 82) 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()
162 int UTIL_setFileStat(const char *filename, const stat_t *statbuf) in UTIL_setFileStat()
203 stat_t statbuf; in UTIL_isDirectory() local
207 int UTIL_isDirectoryStat(const stat_t* statbuf) in UTIL_isDirectoryStat()
245 stat_t statbuf; in UTIL_isFIFO() local
253 int UTIL_isFIFOStat(const stat_t* statbuf) in UTIL_isFIFOStat()
267 stat_t statbuf; in UTIL_isLink() local
[all …]
/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/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/lz4/programs/
Dutil.h287 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
310 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
326 stat_t statbuf; in UTIL_isRegFile() local
334 stat_t statbuf; in UTIL_isDirectory() local
350 struct __stat64 statbuf; in UTIL_getFileSize() local
354 struct _stati64 statbuf; in UTIL_getFileSize() local
358 struct stat statbuf; in UTIL_getFileSize() local
/external/e2fsprogs/tests/progs/
Dhold_inode.c24 struct stat statbuf; in main() 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/ltp/testcases/kernel/syscalls/umask/
Dumask01.c21 struct stat statbuf; in verify_umask() local
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat03.c25 struct stat statbuf; in verify_creat() local
/external/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c73 struct stat statbuf; in open_block_device() local
/external/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c71 struct stat statbuf; in open_block_device() 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/curl/src/
Dtool_filetime.c77 struct_stat statbuf; in getfiletime() local
/external/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf; 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/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/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/ltp/lib/
Dtst_tmpdir.c128 struct stat statbuf; in rmobj() local
/external/libxml2/fuzz/
DgenSeed.c187 struct stat statbuf; in processPattern() local
272 struct stat statbuf; in processXPath() local
/external/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c71 struct stat statbuf; in main() local

1234