Home
last modified time | relevance | path

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

123

/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/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.h285 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
308 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
324 stat_t statbuf; in UTIL_isRegFile() local
332 stat_t statbuf; in UTIL_isDirectory() local
348 struct __stat64 statbuf; in UTIL_getFileSize() local
352 struct _stati64 statbuf; in UTIL_getFileSize() local
356 struct 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.c34 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/syscalls/creat/
Dcreat03.c38 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/fs/mongo/
Dmongo_slinks.c25 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/eigen/bench/spbench/
Dspbenchsolver.cpp43 std::ofstream statbuf; in main() local
/external/curl/src/
Dtool_filetime.c73 struct_stat statbuf; in getfiletime() local
/external/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf; 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/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/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c71 struct stat statbuf; in main() local
/external/antlr/runtime/C/src/
Dantlr3filestream.c420 struct _stat statbuf; in antlr3Fsize() local
/external/u-boot/scripts/dtc/
Ddtc.c138 struct stat statbuf; in guess_input_format() local
/external/ltp/testcases/kernel/syscalls/stat/
Dstat06.c140 struct stat statbuf; variable
/external/dtc/
Ddtc.c140 struct stat statbuf; in guess_input_format() local
/external/e2fsprogs/misc/
Dcreate_inode.c465 static errcode_t try_lseek_copy(ext2_filsys fs, int fd, struct stat *statbuf, in try_lseek_copy()
559 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, in copy_file()
618 struct stat statbuf; in do_write_internal() local

123