Home
last modified time | relevance | path

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

123

/third_party/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
/third_party/lz4/tests/
DabiTest.c124 struct _stat64 statbuf; in getFileSize() local
128 struct stat statbuf; in getFileSize() local
140 struct _stat64 statbuf; in isDirectory() local
144 struct stat statbuf; in isDirectory() local
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
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dutimensat.c45 struct stat statbuf; in utimensat_0100() local
95 struct stat statbuf; in utimensat_time64_0100() local
/third_party/lz4/programs/
Dutil.h356 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
389 UTIL_STATIC int UTIL_getFDStat(int fd, stat_t *statbuf) in UTIL_getFDStat()
402 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
418 stat_t statbuf; in UTIL_isRegFD() local
429 stat_t statbuf; in UTIL_isRegFile() local
437 stat_t statbuf; in UTIL_isDirectory() local
453 struct UTIL_TYPE_stat statbuf; in UTIL_getOpenFileSize() local
469 struct UTIL_TYPE_stat statbuf; in UTIL_getFileSize() local
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress10.c524 struct stat64 statbuf; local
703 struct stat64 statbuf; local
706 struct stat statbuf; local
787 struct stat64 statbuf; local
Dmmapstress01.c126 struct stat statbuf; in child_mapper() local
206 struct stat statbuf; in fileokay() local
/third_party/libsnd/src/
Dmacos.c34 struct stat statbuf ; in macos_guess_file_type() local
/third_party/ltp/testcases/kernel/syscalls/umask/
Dumask01.c21 struct stat statbuf; in verify_umask() local
/third_party/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c71 struct stat statbuf; in open_block_device() local
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat03.c25 struct stat statbuf; in verify_creat() local
/third_party/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c73 struct stat statbuf; in open_block_device() local
/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir02.c27 struct stat statbuf; in verify_mkdir() local
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c25 struct stat statbuf; in main() local
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite06.c38 struct stat statbuf; in verify_write() local
/third_party/NuttX/fs/driver/
Dfs_blockproxy.c71 struct stat statbuf; in unique_chardev() local
/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime03.c58 struct stat statbuf; in run() local
/third_party/curl/src/
Dtool_filetime.c79 struct_stat statbuf; in getfiletime() local
/third_party/ffmpeg/tools/
Dcws2fws.c33 struct stat statbuf; in main() local
/third_party/node/deps/uv/src/
Dfs-poll.c46 uv_stat_t statbuf; member
186 uv_stat_t* statbuf; in poll_cb() local
/third_party/libuv/src/
Dfs-poll.c46 uv_stat_t statbuf; member
186 uv_stat_t* statbuf; in poll_cb() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c40 struct stat statbuf; in setup() local
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c46 struct stat statbuf; in verify_pwrite() local
/third_party/libuv/src/unix/
Dkqueue.c491 struct stat statbuf; in uv__fs_event() local
535 struct stat statbuf; in uv_fs_event_start() local
/third_party/ltp/include/
Dtst_safe_file_at.h34 #define SAFE_FSTATAT(dirfd, path, statbuf, flags) \ argument

123